Skip to content

Instantly share code, notes, and snippets.

@anuragphadke19
Created October 18, 2011 16:35
Show Gist options
  • Save anuragphadke19/1295889 to your computer and use it in GitHub Desktop.
Save anuragphadke19/1295889 to your computer and use it in GitHub Desktop.
<script>
$(function() {
$('#new_shipping_detail').validate();
})
</script>
Error
TypeError: $("#new_shipping_detail").validate is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment