[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() {

Re: [jQuery] Validate jquery plugin problem

2010-01-19 Thread Nathan Klatt
2010/1/19 Niagara keit...@libero.it: 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 negatives? Console errors or silent refusal? Help us to help you. ;) Nathan