0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #490 from iStefo/master More... almost 13 years ago
fixed condRequired for checkboxes and radio buttons More... almost 13 years ago
fix #489 More... almost 13 years ago
Merge pull request #487 from JanErikMai/inArray More... almost 13 years ago
Merge pull request #488 from harbulot/master More... almost 13 years ago
Fix for typo introduced in 0bb6e7211570babae86df8f086c2593fc2ea76b3. More... almost 13 years ago
-- fix inArray with hasOwnProperty() More... almost 13 years ago
Merge pull request #485 from tzarger/master More... almost 13 years ago
Fix for _ajax field selector More... almost 13 years ago
Merge https://github.com/posabsolute/jQuery-Validation-Engine More... almost 13 years ago
Revert "GitAttributes" More... almost 13 years ago
GitAttributes More... almost 13 years ago
Merge pull request #482 from ianleckey/patch-1 More... almost 13 years ago
fix #481 More... almost 13 years ago
Updated js/contrib/other-validations.js More... almost 13 years ago
fix #461 More... almost 13 years ago
fix #455 More... almost 13 years ago
fix #471 More... almost 13 years ago
escape special charaters #457 ,thanks to @tedliang More... almost 13 years ago
Merge pull request #473 from co-operation/master More... almost 13 years ago
Merge pull request #476 from tzarger/master More... almost 13 years ago
Fix for Select2 & Similiar for real time Updating of Prompt Position More... almost 13 years ago
Set css class of element depending on validation More... almost 13 years ago
Merge pull request #470 from SamJBarney/error-limit More... almost 13 years ago
Merge pull request #469 from SamJBarney/pull-reqs More... almost 13 years ago
Merge branch 'pull-reqs' More... almost 13 years ago
Added maxErrorLimit demo More... almost 13 years ago
Added patch to keep extra spaces from interfering with lookup of 'required' rule when maxErrorsPerField was hit. Also added code to remove any empty strings that resulted in parsing errors More... almost 13 years ago
Fixed bugs. If there wasn't a prompt for the first error, then validationEngine would fail on line 361. Threw in check for prompt_err. If we had hit the limit of maxErrorsPerField and hadn't hit a required yet, then the errors would go unshown even if there was a required coming. Added check for 'required' in future rules. More... almost 13 years ago
Added functionality to allow programmers break validation on a field early or not display a prompt on an error. Only works with funcCall because it is the only one that the programmer can set the return to an object. More... almost 13 years ago