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
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.
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
3 matches
Mail list logo