Skip to content

Instantly share code, notes, and snippets.

@alfredobarron
Created August 7, 2015 18:04
Show Gist options
  • Save alfredobarron/743b73a0d712488c4133 to your computer and use it in GitHub Desktop.
Save alfredobarron/743b73a0d712488c4133 to your computer and use it in GitHub Desktop.
Smoke v3
$('button').click(function() {
if ($('form').smkValidate()) {
// Code here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment