Revisions : jQuery validator

jQuery Validation Plugin

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

Les articles publiés sur le site

  • Removed spaces with multiple MIME types

    6 décembre 2012, par createbang
    m additional-methods.js Removed spaces with multiple MIME types If multiple MIME-types are specified, this will get rid of any extra spaces between them. `audio/mp3, audio/m4v` becomes `audio/mp3,audio/m4v` for parsing successfully.
  • Whitespace/indent fixes

    26 novembre 2012, par jzaefferer
    m additional-methods.js m jquery.validate.js Whitespace/indent fixes
  • All tabs for localizations

    26 novembre 2012, par nschonni
    m localization/messages_kk.js m localization/messages_zh.js All tabs for localizations Corrected double space
  • Some minor cleanups of things flagged by static analyser in PHPStorm

    26 novembre 2012, par Synchro
    m additional-methods.js m jquery.validate.js Some minor cleanups of things flagged by static analyser in PHPStorm
  • Fix some date validations, JS syntax errors.

    26 novembre 2012, par Synchro
    m additional-methods.js m test/index.html m test/methods.js m test/test.js Fix some date validations, JS syntax errors.