JqueryUI serialize data not working on first record
- by peace
I am using jqueryUI v1.8. I have created a modal dialog form to edit records of a table. When the edit link on the record is clicked the record data is displayed on the form and the user edits the record.
When the user submits this form the data is serialized and posted via ajax to update the database. This works well with all records except the…