Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Added the current form to the context of the remote ajax request
14 janvier 2014, par florisrobbemontAdded the current form to the context of the remote ajax request
-
Methods : Adding Smart Quotes to stripHTML's punctuation removal
14 janvier 2014, par jamierytlewskiMethods: Adding Smart Quotes to stripHTML's punctuation removal Addresses an issue with the word count where smart quotes were not removed, but the word count counted the words as the punctuation was not removed. Closes gh-811
-
Core : Trigger success on optional but have other successful validators
14 janvier 2014, par DelvarWorldCore: Trigger success on optional but have other successful validators The comment in the code itself says "when there are no other rules" but does nothing to enforce that comment. Fixes gh-851 Closes gh-852
-
Messages : Add missing dots to 'bg', 'fr' and 'sr' messages.
14 janvier 2014, par ThibWebMessages: Add missing dots to 'bg', 'fr' and 'sr' messages. Closes gh-865
-
Core : Fix support for multiple error classes
14 janvier 2014, par magicxieCore: Fix support for multiple error classes String#replace with a string argument replaces just once, not all matches. Closes gh-884