jQuery.deserialize can take encoded form data and repopulate forms with it.
For serialized data to work with the jQuery.deserialize plugin it must have been create with one of these methods:
-jQuery.serialize()
-jQuery.serializeArray()
-jQuery.serializeObject()
Usage scenarios include: form backup scripts, placeholder scripts, client-side form validators, etc..
Examples and unit tests are included with the download.
What is new in this release:
- Update readme file.
What is new in version 1.3.1:
- Update readme file.
Requirements:
- JavaScript enabled on client side
- jQuery 1.4.3 or higher
評論沒有發現