July 25, 2008...6:20 pm

jQuery ajaxSubmit()

Jump to Comments

jQuery ajaxSubmit()
Ok, so assume you have a standard form. You need to do some error checking on the form before submission finally takes place. In the past, I’ve found myself writing JS form field validation, then writing server side field validation as well. In playing with jQuery and AJAX, I’ve put together a nice package that will do server side validation, without leaving the form, thereby removing the need for javascript validation completely.

1 Comment


Leave a Reply