jQuery(document).ready(function() {
    $("#myFormID").validate();
});