All pastes #2120895 Raw Edit

Someone

public javascript v1 · immutable
#2120895 ·published 2012-02-22 22:18 UTC
rendered paste body
if (options.validationEnabled) {     var stepIsValid = true;     $("#" + stepName + " :input").each( function(index) {          stepIsValid = !element.validate().element($(this)) && stepIsValid;     });     if (!stepIsValid) {          return false;     } }