I am loading a form via ajax and usind the new .on() to load the jQuery validate plugin is not loaded before I press the submit a second time. I understand why I think. The
I think you have a mispelling..
Working example: http://jsfiddle.net/mFeww/4/
$(document).ready(function(){ $("#formID").on("submit",function(event){ $("#myform").validate(); event.preventDefault(); }) });
HTML: