[jQuery] [jQuery-Form-Validator] - Problem with rules

2010-02-06 Thread niagara
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

2009-01-22 Thread marzapower
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!