Page 1 of 1

How to append Row dynamically with values in it using ajax

Posted: Tue Feb 17, 2009 5:11 am
by ullasvk
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

Re: How to append Row dynamically with values in it using ajax

Posted: Tue Feb 17, 2009 1:55 pm
by califdon
You won't get an answer without showing us the code that you have written. When you post it here, please use the [syntax=php]and[/syntax] tags around your code so it will be easier to read.