[jQuery] Re: strange error with plugin validation

2008-06-07 Thread k8
nisba? On 5 Giu, 11:13, k8 <[EMAIL PROTECTED]> wrote: > This is theerrorthat comes when i put text in the field password. > jQuery.validator.methods[method] has no > propertieshttp://localhost:9090/youminiweb/js/jquery-validate/jquery.validate.js > Line 467 > > On 4 Giu, 17:19, "Jörn Zaefferer"

[jQuery] Re: strange error with plugin validation

2008-06-05 Thread k8
This is the error that comes when i put text in the field password: jQuery.validator.methods[method] has no properties http://localhost:9090/youminiweb/js/jquery-validate/jquery.validate.js Line 467 On 4 Giu, 17:19, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > What is thestrangeerroryou see? Ple

[jQuery] Re: strange error with plugin validation

2008-06-05 Thread k8
This is the error that comes when i put text in the field password. jQuery.validator.methods[method] has no properties http://localhost:9090/youminiweb/js/jquery-validate/jquery.validate.js Line 467 On 4 Giu, 17:19, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > What is thestrangeerroryou see? Pl

[jQuery] Re: strange error with plugin validation

2008-06-04 Thread Jörn Zaefferer
What is the strange error you see? Please clarify. Meanwhile, this looks like it shouldn't be there: $("#joinusCompleteForm").submit(function(){ $("#joinusCompleteForm").validate(); }); Jörn On Wed, Jun 4, 2008 at 2:43 PM, k8 <[EMAIL PROTECTED]> wrote: > > Hi guys, > i have this strange error