Skip to content

Instantly share code, notes, and snippets.

@jimmybaker
Created November 3, 2011 16:39
Show Gist options
  • Save jimmybaker/1336995 to your computer and use it in GitHub Desktop.
Save jimmybaker/1336995 to your computer and use it in GitHub Desktop.
jquery form validation
$(document).ready(function(){
$("#id_of_form").validate();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment