vivin / regula

Regula: An annotation-based form-validation framework in Javascript
126 stars 24 forks source link

Finished initial jQuery Regula tests (no new bugs found) #24

Closed troyji closed 13 years ago

troyji commented 13 years ago

Finished converting a selection of tests from the regula test suite to jquery regula tests in the jquery regula test suite.

troyji commented 13 years ago

Extended pull request to include additions to the jQuery plugin.

$.regula('bind'); //without a selector
$(selector).regula('bind').regula('validate'); //with a selector

$.regula('bind').regula('validate'); //without a selector