views:

162

answers:

2
+2  Q: 

forms and jquery

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.

+2  A: 

Form Validation is one that comes to my mind. I think is being used here in SO.

Camilo Díaz
+4  A: 

The jQuery Form Plugin is pretty much standard. It handles serializing form fields and AJAX submission.

Zach