I'm creating a simple form for a site I manage. I use JQuery for my javascript. I noticed a large amount of plugins for JQuery and forms. Does anybody have any favorites that they find especially useful? In particular, plugins to help with validation would be the most useful.
|
feedback
|
|
The jQuery Form Plugin is pretty much standard. It handles serializing form fields and AJAX submission. | |||
|
feedback
|
|
Form Validation is one that comes to my mind. I think is being used here in SO. | |||
|
feedback
|