Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : Extract the file name without including "C :\fakepath\"
19 novembre 2015, par ArkniCore: Extract the file name without including "C:\fakepath\" For historical reasons, the value IDL attribute prefixes the file name with the string "C:\fakepath\". As a result of this, this fix will extract the file name from the value IDL attribute in a backwards-compatible way. For more details, see: - http://www.w3.org/TR/html5/forms.html#dom-input-value-filename - http://www.w3.org/TR/html5/forms.html#fakepath-srsly Fixes #1615
-
Test : fixed HTML5 step attribute tests for firefox44
12 novembre 2015, par staabmTest: fixed HTML5 step attribute tests for firefox44 firefox provides element.type==text, since it does not support the date input type right now.
-
Tests : new test for Step exception logic added
12 novembre 2015Tests: new test for Step exception logic added
-
Core : HTML5 step attribute support. Fixes #1295
12 novembre 2015, par etylsarinCore: HTML5 step attribute support. Fixes #1295
-
Test : extend BIC unit test to support lowercased BIC values
9 novembre 2015, par ArkniTest: extend BIC unit test to support lowercased BIC values