[jQuery] Re: change error message
ops i found it :) put tilte='you text' on on the element you want to validate. thanks On Jan 26, 2008 5:11 PM, Kayed Qunibi <[EMAIL PROTECTED]> wrote: > hi all, > im using this approach in validation class="required" on the element > > > > > > $(document).ready(function(){ >$("#formEdit").validate(); > }); > > it works well but i want to change the text of error message > any help ? >
[jQuery] change error message
hi all, im using this approach in validation class="required" on the element $(document).ready(function(){ $("#formEdit").validate(); }); it works well but i want to change the text of error message any help ?