Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : fixed Regular Expression Denial of Service vulnerability (#2371)
9 janvier 2021, par staabmCore: fixed Regular Expression Denial of Service vulnerability (#2371) ReDoS, or Regular Expression Denial of Service, is a vulnerability affecting poorly constructed and potentially inefficient regular expressions which can make them perform extremely badly given a creatively constructed input string. GHSL-2020-294 credits to @erik-krogh for reporting the issue and providing a fix
-
Localization : Add "pattern" translation for French (#2363)
28 novembre 2020, par RobJohnstonLocalization: Add "pattern" translation for French (#2363)
-
docs : Fix simple typo, atteched -> attached (#2345)
5 septembre 2020, par timgates42docs: Fix simple typo, atteched -> attached (#2345) There is a small typo in test/test.js. Should read `attached` rather than `atteched`.
-
Update messages_tr.js (#2343)
26 août 2020, par boraatasevenUpdate messages_tr.js (#2343) add phone validate translate
-
Add Accessibility section to Readme (#2149)
18 août 2020, par joe-watkinsAdd Accessibility section to Readme (#2149) * Add accessibility section to readme - speaks to errorElement * Add link to errorElement in doc Co-authored-by: Joe Watkins <info@joe-watkins.io>