Revisions : jQuery validator
jQuery Validation Plugin
Les articles publiés sur le site
-
Core : Improve id escaping, store escaped id in describedby
23 septembre 2014, par jzaeffererCore: Improve id escaping, store escaped id in describedby Ref #1275 Fixes #1269 Closes #1273
-
Core : Don't trim value in min/max/rangelength methods
23 septembre 2014, par jzaeffererCore: Don't trim value in min/max/rangelength methods Fixes #1274
-
Core : Escape id/name before using it as a selector in errorsFor
23 septembre 2014, par jzaeffererCore: Escape id/name before using it as a selector in errorsFor Fixes #1275
-
Build : Only concat when running grunt-watch
23 septembre 2014, par jzaeffererBuild: Only concat when running grunt-watch
-
Core : Apply ignore setting to all validationTargetFor elements
23 septembre 2014, par jzaeffererCore: Apply ignore setting to all validationTargetFor elements Previously the filter only applied to checkables. Adds a test and moves an existing valid() test closer to the others. Ref #156 Closes #468