[jQuery] Ignore success label for a class in validation

2009-04-22 Thread Skatan
I use the function for success-label, but some fields would I like that the success message not is shown/disable. Please help me! success: function(label) { label.text("ok").addClass("success"); }

[jQuery] Re: Validate form onload/reload

2009-04-22 Thread Skatan
I got it to work! Solution: Thanks! /N On 17 Apr, 20:09, Skatan wrote: > I would like to validate my form with jQuery when the pages directly > when the page is loading without need of submit, keyup. This because I > want it to work togheter with a PHP/server scriptvalidationin t

[jQuery] [Validation] Validation rules description

2009-04-21 Thread Skatan
I have my form in table, with "error.appendTo( element.parent ("td").next("td") );" In the td where the errormessages is append I would like to write rule description for each field when the page is loaded and the user hasn't start typing in the field should this message be shown, for example: Fu

[jQuery] Re: Validate form onload/reload

2009-04-18 Thread Skatan
}); On 18 Apr, 00:43, James wrote: > Try: > $("#myform").validate(validation_options).form(); > > You might need to add a condition check to make sure the form was > submitted, since you probably don't want this code to run > automatically on the initi

[jQuery] Validate form onload/reload

2009-04-17 Thread Skatan
I would like to validate my form with jQuery when the pages directly when the page is loading without need of submit, keyup. This because I want it to work togheter with a PHP/server script validation in the next step, for saftey reason. So if the server side validation redirect the user pack to t