How to append Row dynamically with values in it using ajax
Posted: Tue Feb 17, 2009 5:11 am
Hello Friends,
Almost i have written code for adding a row which contain many "<select>" menu which takes value from database. But the problem is, every time i click add row it adds a row but changes the values that i have changed previously in "<select>" menu to default values i.e it erases the values i have entered and add a new row with default values. What i want is to append a row with keeping the changed values as it is
Almost i have written code for adding a row which contain many "<select>" menu which takes value from database. But the problem is, every time i click add row it adds a row but changes the values that i have changed previously in "<select>" menu to default values i.e it erases the values i have entered and add a new row with default values. What i want is to append a row with keeping the changed values as it is