[jQuery] Re: VALIDATION not validating when submit button clicked....

2009-08-10 Thread Jörn Zaefferer
Please show the rest of your code. Jörn On Mon, Aug 10, 2009 at 11:49 PM, Miket3miketro...@gmail.com wrote: Here is my handler:   submitHandler: function(form) {     alert('I CANT GET THIS TO TRIGGER');  }, Here is my button: input class=submit type=submit id=register value=Register

[jQuery] Re: VALIDATION not validating when submit button clicked....

2009-08-10 Thread Miket3
Here it is minus the submit handler var v = $(#myform).validate({ rules: { username: {required: true, minlength: 4, remote: {url:lookup.php, type : post, data: {table:members,

[jQuery] Re: VALIDATION not validating when submit button clicked....

2009-08-10 Thread Miket3
DO NOT include hidden fields in the plugin data. I had 3 hidden fields that weren't required but they were phoneUS. That must be a no no. I havent thought about the logic behind... but I am moving on to the next problem. and it may have been that i had no messages setup for them. only