How do I collect all the checkboxes and dropdown list items in jQuery for saving?
Or, for recent versions of jquery you can use:
http://docs.jquery.com/Ajax/serialize - to a URL encoded string person.name=john&person.age=20
or
http://docs.jquery.com/Ajax/serializeArray - to JSON
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With