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
> <form action="" method="POST" id="formEdit">
> <input class="required" type="text" name="name" >
> <input  type="submit" name="clicker" value="click">
> </form>
> <script>
>  $(document).ready(function(){
>        $("#formEdit").validate();
>  });
>  </script>
> it works well but i want to change the text of error message
> any help ?
>

Reply via email to