[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] Re: Validate jquery plugin problem

2010-01-20 Thread Niagara
muni/action.php" }, Thanks. On 19 Gen, 22:49, Nathan Klatt wrote: > 2010/1/19 Niagara : > > > My code with  jQuery validation plug-in 1.5 work correctly, but with > > the new version NO. > > In what way does it not work? False positives? False n

[jQuery] Validate jquery plugin problem

2010-01-19 Thread Niagara
Hi guys, i'm using jQuery JavaScript Library v1.4 and jQuery validation plug- in 1.6 My code with jQuery validation plug-in 1.5 work correctly, but with the new version NO. The JS: $().ready(function() { $("#registrazione").validate({ submitHandler: function() {