Im just wondering if Im using them wrongly or there are some serious issues about those validations available online.
Example of one of many sites using jquery validation
I entered "44" for name, and i see no warning! For email i use ##@yahoo.com, again no warning!
I didn't try other. My question is, Im I wrong? whats the best way to proceed with Client side validation?
<form class="cmxform" id="commentForm" method="get" action="">
<fieldset>
// fields to be validated
</fieldset>
</form>
<script>
$("#commentForm").validate();
</script>
@Mahesh your demo too gives same results. I used ##@44.com for email and 55 for name. No warning. what i really want to know is, are those validations normal?