[jQuery] Re: Losing the form values in Firefox 2/3 only

2009-06-01 Thread Mohammed Arif
Abrar, I am just cloning the set of elements not generating anything on the fly, it works fine till the time I don't reset ids/strings in given below code: moveUpDown : function (that, traversOrder, noOfCharts){ Order = traversOrder || 'down'; //Provides fallback value whi

[jQuery] Re: Losing the form values in Firefox 2/3 only

2009-05-31 Thread Abrar Arshad
hi arif, what i understood from your sample page and explanation that is you cannot get the values of those elements which were generated dynamically after the page is loaded. If that is the case , you can use jQuery live() event to solve this problem, google it I hope it will help you.

[jQuery] Re: Losing the form values in Firefox 2/3 only

2009-05-31 Thread Mohammed Arif
I am attaching the sample code to debug the issue: http://www.mohammedarif.com/test/index.html Steps to reproduce in FF 2/3: 1. Click on "Add" button, this will clone the entire piece of code and append in DOM 2. Put some values in form fields in both the tables/divs 3. Click on "Move up" butto