Revisions : jQuery validator

jQuery Validation Plugin

http://github.com/jzaefferer/jquery-validation

Les articles publiés sur le site

  • Update 01_bug_report.md

    14 juin 2023, par bytestream
    Update 01_bug_report.md
  • Core : Added escapeHtml option to avoid XSS attacks via showLabel meth…

    1er février 2023, par volkanceylan
    Core: Added escapeHtml option to avoid XSS attacks via showLabel methods (#2462)
  • Core : Call to resetInternals removed in remote validation callback (#…

    24 janvier 2023, par leonardospina
    Core: Call to resetInternals removed in remote validation callback (#2242)
    
    * Core: Call to resetInternals removed in remote validation callback
    
    * Core: Add unit test for issue #2150 fix
    
    * Core: fix code style errors
    
    Co-authored-by: leonardospina <leo@babieleo.it>
    Co-authored-by: Julien Tschäppät <julien.tschappat@smartliberty.ch>
  • Additional : vinUS validation fails on valid vin numbers (#2460)

    1er décembre 2022, par wewhite
    Additional: vinUS validation fails on valid vin numbers (#2460)
    
    * Removed === compare, changed to ==
    Compare by value and type (===) does not work for this algorithm, as both cd and cdv can be either types at the same time.
    By comparing by value only (==) cd and cdv can be either integer or string, as a string number will be converted to a number reqardless of type.
    
    * Rewrote forloop, removed nested forloop
    
    * Additional: fixed spacing issues
    
    * Additional: Add vinUS.js validation test cases
    
    Test cases include default test with 17 one's, and additional US and Canada VIN
    
    * Additional: add two more test casses for vinUS
    
    * Additional: removed text license number, should be VIN
  • Localization : Add Hindi translation (#2453)

    11 novembre 2022, par saurabhsharma2u
     Localization: Add Hindi translation (#2453)
    
    * Localisation: Update Hindi (India) translation
    
    * Hindi Translation for Step Method
    
    * HIndi-India Local messages for additional method
    
    * file rename as per  ISO 639-1 format
    
    * removed duplicate message, causing the test fail
    
    * removed duplicate "cifES" error message