alfredobarron
8/7/2015 - 6:04 PM

Smoke v3

Smoke v3

$('button').click(function() {
  if ($('form').smkValidate()) {
    // Code here
  }
});