0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed big bug with the new custom messages, gRRRR More... about 13 years ago
simplified code, this was a bug in jquery 1.4 ... heh fix #409 More... about 13 years ago
fix #407 More... about 13 years ago
fix #413 More... about 13 years ago
fix #412 More... about 13 years ago
fix #402 More... about 13 years ago
Merge pull request #396 from RonaldHummelink/master More... about 13 years ago
fix #407 More... about 13 years ago
Merge branch 'master' of github.com:posabsolute/jQuery-Validation-Engine More... about 13 years ago
Updates the AJAX inline submission so that it properly halts the form from submitting. On submit every AJAX validator submits it's contents and returns an error message (the loading message). As each one returns they re-submits the form(). Once all inline validations have passed it moves on to the ajax form submission flow (which was not modified). More... about 13 years ago
Added documentation in the README.md file, and a little descriptor for the custom messages object in the defaults. More... about 13 years ago
Addition of Custom Error Message Handling More... about 13 years ago
reverted a change that was breaking unrequired, thx to @intradat & @RonaldHummelink More... about 13 years ago
Added conditionally required feature. More... about 13 years ago
changed readme version More... about 13 years ago
changed version for new package, fixed #392 More... about 13 years ago
Merge pull request #395 from bridgeutopia/master More... about 13 years ago
Merge pull request #391 from bimovidia/master More... about 13 years ago
Fix unterminated line errors More... about 13 years ago
Fixed bug when elements are hidden More... about 13 years ago
Merge pull request #389 from owenallenaz/master More... about 13 years ago
Updates _ajax to allow extraData to be passed with query string syntax "name=value&name2=value2" or as an object { name : value, name2 : value2 }. Also updates the extraDataDynamic to utilize the same object for data and lets jQuery handle the serialization of values rather than concatenating strings and opening up ourselves to bugs. More... about 13 years ago
Merge branch 'master' of https://github.com/bimovidia/jQuery-Validation-Engine into bimovidia-master More... about 13 years ago
Merge pull request #387 from owenallenaz/master More... about 13 years ago
Updates outerWidth(1) call to outerWidth(true) which is the proper syntax according to jQuery docs. In future versions outerWidth(int) will be used as a setter, which could have disastrous consequences in this situation. This bug effectively only occurs when ALSO used with jQueryUI, but this future proofs the plugin and seems fairly straight forward. More... about 13 years ago
Merge pull request #383 from olragon/vietnamese-language More... about 13 years ago
Vietnamese language More... about 13 years ago
Pulled from the latest changes + Merged with selectbox and chosen libraries with demos More... about 13 years ago
Merge branch 'master' of github.com:posabsolute/jQuery-Validation-Engine More... about 13 years ago
added function type in language validation More... about 13 years ago