Here is my Fiddle
Here the validation should happen once the button is clicked, it is ok. But i have written the validation for field 1, field 3.
Once i have pressed the button it is showing the validate error for first field only and the field 3 error is displayed only when i keypress the field 3.
Note : It is working in local but while i use the jsfiddle it is not working
The below script should be added to work in local
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="http://expirebox.com/files/88b64e3d9a74823c8b1e6b8f60091917.js"></script>
What is the mistake in the validation and how can i fix this ?