[jQuery] [jQuery-Form-Validator] - Problem with rules
Hi guys. This is my code: $().ready(function() { $("#previ").validate({ submitHandler: function() { if(confirm('Sure?')){ $(form).submit(); return true; }else{ return
[jQuery] jQuery Form Validator
I've written a small jQuery Form Validator "plugin", of which you can find info at: http://www.marzapower.com/blog/show/250 Please, download it, try it and let me know what you think!