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