Commit Graph

  • aca2e93e91 Methods for 'all' UK phone numbers + UK postcodes emirpprime 2012-02-24 11:25:27 +00:00
  • c243e8ee88 Update testsuite to use equal and deepEqual. Fix tests that the fix for #219 (732f5ff04b) broke. The element method now returns true for dependency-mismatch, that's fine. Jörn Zaefferer 2012-02-24 17:58:46 +01:00
  • ccca8f6bb3 Update to latest QUnit Jörn Zaefferer 2012-02-24 17:50:41 +01:00
  • 5dda6daa6c Pattern method: Convert string param to RegExp. Fixes issue #223 gavacho 2012-02-22 11:49:06 -08:00
  • 520b6b7a18 Add grunt.js for cmdline liniting and testing. Fix linting errors in main file. Update readme. Jörn Zaefferer 2012-02-22 17:20:20 +01:00
  • 6f131d499b Merge pull request #311 from juristr/master Jörn Zaefferer 2012-01-31 08:16:36 -08:00
  • 9f7607eb4c grammar error in german localization file Juri Strumpflohner 2012-01-31 16:55:57 +01:00
  • f9d413a28a Added Estonian localization for messages Ando Roots 2012-01-05 16:12:37 +02:00
  • b130fd5402 Merge pull request #260 from okamototk/master Jörn Zaefferer 2011-11-23 13:42:04 -08:00
  • 3d79fc8cc7 Improve tooltip handling on themerollered demo Jörn Zaefferer 2011-11-22 16:27:08 +01:00
  • 9050de7987 Add type='text' to input fields without type attribute to please qSA Jörn Zaefferer 2011-11-22 15:54:14 +01:00
  • 5f4a3a56d2 Add type="text" to input fields without type attribute to please qSA Jörn Zaefferer 2011-11-22 15:52:12 +01:00
  • 3a93b7ece3 Update themerollered demo to use tooltip to show errors as overlay. Jörn Zaefferer 2011-11-22 15:24:46 +01:00
  • a6b4248e05 Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load. Jörn Zaefferer 2011-11-22 15:10:36 +01:00
  • 3489a0b384 Fixed min error message broken in Japanese. Takashi Okamoto 2011-11-22 16:23:55 +09:00
  • 77504815d0 Kick out GA tracking from demos. As nice as it would be to know how many people actually use the plugin, this is not the right approach. Jörn Zaefferer 2011-11-03 09:58:07 +01:00
  • bb64bc3621 Update form plugin to latest version. Enhance the ajaxSubmit demo. Jörn Zaefferer 2011-10-27 10:30:19 +02:00
  • 026d9c218b Merge remote branch 'razola/master' Jörn Zaefferer 2011-10-18 12:10:37 +02:00
  • 2805728c07 Drop dateDE and numberDE methods from classRuleSettings, leftover from moving those to localized methods Jörn Zaefferer 2011-10-18 11:37:30 +02:00
  • a82784825c Passing submit event to submitHandler callback razola 2011-10-17 20:02:08 +03:00
  • 732f5ff04b Fixed #219 - Fix valid() on elements with dependency-callback or dependency-expression. Jörn Zaefferer 2011-10-10 21:40:19 +02:00
  • 7b4ce9f4a5 Improve build to remove dist dir to ensure only the current release gets zipped up Jörn Zaefferer 2011-10-06 16:22:55 -04:00
  • 876b2891aa Bumping version to 2.0.0pre Jörn Zaefferer 2011-10-06 16:21:38 -04:00
  • b5d5b45eb5 Tagging 1.9.0 release 1.9.0 Jörn Zaefferer 2011-10-06 16:21:28 -04:00
  • d9ab2d8b34 Bash script to help with releases Jörn Zaefferer 2011-10-06 16:14:00 -04:00
  • 45edcae570 Changelog update Jörn Zaefferer 2011-10-06 12:40:05 -04:00
  • cfdb6c3835 Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users). Resolves (#47, #39, #32) * Changed code to allow spaces * Amended comment * Added Qunit tests. Chris Stainthorpe 2011-10-05 13:26:40 +01:00
  • 27a78df80f Merge remote branch 'helmer/master' Jörn Zaefferer 2011-09-26 11:22:06 -04:00
  • 8f72d09783 Whitespace cleanup Jörn Zaefferer 2011-09-20 19:21:13 +02:00
  • 2d06d14dab Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr Christian Koller 2011-09-03 23:43:39 +02:00
  • 2170712966 Fixed #189 - :hidden elements are now ignored by default Horia Dragomir 2011-09-04 16:47:08 +02:00
  • 665f67df4f Cleanup whitespace Jörn Zaefferer 2011-09-13 15:51:28 +02:00
  • f2321e1f9f Fixed #177 - Fix validation of a single radio or checkbox input Eric Naeseth 2011-08-17 14:54:46 -07:00
  • 3f187a5d01 Fixed #71 - improve existing time method and add time12h method for 12h am/pm time format Jörn Zaefferer 2011-09-13 15:45:56 +02:00
  • 1c0a1408f7 Fixed #184 - resetForm: should unset lastElement Jörn Zaefferer 2011-09-11 23:21:08 +02:00
  • d3f9b4660a Calling validate on a long form on IE7 will cause the "Script is taking too long" to display after sometime. This is tested with jQuery 1.4.4 and Validation Plugin 1.8.1 When investigating the library itself the problem turned to be that this line is causing the slowness: this.find("input, button"). The code modifications make the caches the jQuery object rather than querying again, thus, saving valuable resources. Adam Tibi 2011-09-05 10:18:06 +02:00
  • 47cbaa24d6 Update changelog to include #181 Jörn Zaefferer 2011-08-20 15:43:25 +02:00
  • f7f22a43d3 Bugfix for swedish translation. Messages for max and min needs to be swapped Dag Brattli 2011-08-20 02:30:35 +03:00
  • ed2e005064 Bugfix for norwegian translation. Messages for max and min needs to be swapped Dag Brattli 2011-08-20 02:23:48 +03:00
  • 33336d5461 Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143 Matthew O'Riordan 2011-07-04 14:20:08 +01:00
  • b8801490d4 Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute. Fixes #7 Jörn Zaefferer 2011-08-09 12:55:24 +02:00
  • b009f41fbf Cleanup whitespace Jörn Zaefferer 2011-07-28 20:14:56 +02:00
  • 6b8f2c2b15 Adding the patter additional method robertodecurnex 2011-07-27 16:05:16 -03:00
  • 0baa8ac62e Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151. simshaun 2011-07-28 13:16:17 +02:00
  • dd23b0b556 Small syntax fix for russian localization file. damner 2011-06-28 13:03:48 -07:00
  • 69cc7b451e Add Slovenian (SL) localization. Peter Zlatnar 2011-01-10 11:36:24 +01:00
  • 5ba0df45c1 Update delegation selectors to get rid of pseudo-selectors in favor of qSA. Use type=email on main demo for some manual verification. Update changelog. Jörn Zaefferer 2011-07-28 12:10:45 +02:00
  • 0515eac8da Added in support for HTML 5 input types lukesleeman 2011-07-07 23:39:52 -07:00
  • 94ef0ecf34 Fixed translation pt_BR: 'translated number gender, we don't say "numero valida", "numero" is a "masculine" word, so we say "numero valido" instead of "numero valida"' helder maximo botter ribas 2011-07-19 06:57:31 -07:00
  • 2f148b0b55 Fixed issue #127 - Finnish translations has one : instead of ; Jörn Zaefferer 2011-06-16 19:35:16 +02:00
  • 4293259b7a Added Basque (EU) localization Jörn Zaefferer 2011-05-20 11:19:35 +02:00
  • d8bee8e596 Version bump after 1.8.1 release Jörn Zaefferer 2011-05-14 18:27:29 +02:00
  • 95fcb3cba3 Tagging 1.8.1 release 1.8.1 Jörn Zaefferer 2011-05-14 18:27:03 +02:00
  • e676a5f80b Update to latest mockjax Jörn Zaefferer 2011-05-14 18:25:20 +02:00
  • 299e42f0c1 Test against lastest minor releases of 1.5 and 1.6 Jörn Zaefferer 2011-05-14 18:24:34 +02:00
  • 8416d30089 Update changelog to prepare 1.8.1 release Jörn Zaefferer 2011-05-14 18:10:55 +02:00
  • 7cf368a98b iAdded Vietnamese (VI) localization, thanks Ngoc Jörn Zaefferer 2011-05-07 19:15:20 +02:00
  • a10b196ad3 pass event on to on<event_name> functions Helmer Aaviksoo 2011-05-06 11:55:32 +03:00
  • 8a1ef15ce5 Add jQuery 1.6 for testing. Jörn Zaefferer 2011-05-05 15:09:31 +02:00
  • 393ccabc07 Fixed issue 78. Error/Valid styling applies to all radio buttons of same group for required validation. Haacked 2011-05-04 19:06:21 -07:00
  • 3a42224bf6 Don't use form.elements as that isn't supported in jQuery 1.6 anymore. ITs buggy as hell anyway (IE6-8: form.elements === form). Jörn Zaefferer 2011-04-26 21:51:23 +02:00
  • bb4a84a184 Mock ajax requests to replace .php files (make testsuite run on gh-pages). Also clean up unnecessary tests for .php files, had several bugs anyway. jzaefferer 2011-04-24 20:08:55 +02:00
  • fcdbf1006c Update QUnit jzaefferer 2011-04-24 19:15:04 +02:00
  • f468fdf11e Add jquery-git link to test suite for core team to check the plugin jzaefferer 2011-04-24 19:14:03 +02:00
  • b360f989a3 Added Thai (TH) localization, fixes #85 jzaefferer 2011-04-20 16:31:11 +02:00
  • 57d11da3db Version update jzaefferer 2011-03-22 12:58:17 +01:00
  • 5ad20a9b07 Tagging 1.8.0 release 1.8.0 jzaefferer 2011-03-22 12:45:53 +01:00
  • 7c33de7c96 Exclude .git folder from build jzaefferer 2011-03-22 12:45:37 +01:00
  • f6c2d480c4 Changelog update for #11 bugfix jzaefferer 2011-03-22 12:40:54 +01:00
  • 95c7f65e34 Evaluate message before storing it for reuse. Fixes #11 Bug in remote validation (re-focus bug) jzaefferer 2011-03-22 12:22:56 +01:00
  • b598b34219 Updated build, small fix to copy-excludes jzaefferer 2011-03-20 17:52:41 +01:00
  • 125e124b69 Extract version into version.txt and add header two additional-methods.js jzaefferer 2011-03-20 12:18:51 +01:00
  • 4bf660c36c .gitignore build output jzaefferer 2011-03-20 12:18:27 +01:00
  • 16c064b899 Add new build based on jQuery UI build file jzaefferer 2011-03-20 12:17:46 +01:00
  • d47ed83f96 Added Slovenian (SI) localization, thanks Dejan Strancar jzaefferer 2011-03-09 13:26:08 +01:00
  • 08fe43ef15 Update to latest QUnit jzaefferer 2011-03-07 11:03:09 +01:00
  • 5d780f9f84 Add type=text to some fields to get the testsuite to pass with 1.5.1. Pushed related core ticket to be promoted to blocker: http://bugs.jquery.com/ticket/8380 jzaefferer 2011-02-28 20:15:11 +01:00
  • cc2d15b832 Add 1.4.2 and 1.5 to testsuite jzaefferer 2011-02-28 18:45:17 +01:00
  • 329ad7df84 Use POST as ajax type as that gets uppercased in 1.5.x and now works there and in older versions. jzaefferer 2011-02-26 23:24:25 +01:00
  • 78373090fa Remove Julian from header. Thanks for the remote fix anyway! jzaefferer 2011-02-26 23:24:01 +01:00
  • bd70d9a4f8 Disable QUnit reordering and fix a custom events related issue in test. jzaefferer 2011-02-26 22:03:19 +01:00
  • 9a3ef5ba46 Extend testsuite to test easily test against multiple jQuery versions. Also fix QUnit usage from #main to #qunit-fixture jzaefferer 2011-02-26 21:59:14 +01:00
  • 1552156850 Remove outdated binaries and 1.4 test page jzaefferer 2011-02-26 21:57:54 +01:00
  • a04bd34d7b Update to latest QUnit jzaefferer 2011-02-26 21:22:29 +01:00
  • 5dd8f0865f Fixes jQuery 1.5- code by using jQuery.ajaxSettings and not window.ajaxSettings (yeah, that was dumb). jaubourg 2011-02-02 23:18:31 +01:00
  • ec7b8b12e6 Quick, untested patch to make the plugin compatible with jQuery 1.5 and fix potential bugs in its ajax proxy for earlier versions. Version tagged as 1.7+, minified version provided. jaubourg 2011-02-02 16:54:04 +01:00
  • 858ca34cf4 Fix elements ordering test. jzaefferer 2011-01-29 12:02:07 +01:00
  • 10d0d9b15f Fixed the broken testsuite, with an update to current QUnit. A few tests still broken. jzaefferer 2011-01-28 17:13:38 +01:00
  • 4ae4d5257d Fixed missing var statements within for-in loops jzaefferer 2010-12-19 20:43:14 +01:00
  • e9e212e825 Added Catalan (CA) localization, thanks Xavier de Pedro jzaefferer 2010-12-19 19:41:41 +01:00
  • b5cda4efe9 Added Japanese (JA) localization, thanks Bryan Meyerovich jzaefferer 2010-10-28 11:49:45 +02:00
  • f303e1b3de Fixed open p-tag jzaefferer 2010-08-29 17:40:46 +02:00
  • 339da6ef54 Group radio/checkboxes will respect ignored elements Brian Cardarella 2010-07-12 14:21:57 +08:00
  • 7d0d7f6319 Added ipv4 and ipv6 to additional methods, thanks Natal Ngetal (hobbestigrou) (changelog update) jzaefferer 2010-07-15 15:52:42 +02:00
  • 5c9770ac91 Added ipv4 and ipv6 to additional methods, thanks Natal Ngetal (hobbestigrou) (changelog update) jzaefferer 2010-07-15 15:50:34 +02:00
  • 592fe0707f Added ipv4 and ipv6 to additional methods, thanks Natal Ngetal (hobbestigrou) jzaefferer 2010-07-15 15:36:59 +02:00
  • 1b464f32b3 Tests and fix for focusCleanup with wrapper jzaefferer 2010-07-14 18:23:08 +02:00
  • c466947ebe Tests for focusCleanup option jzaefferer 2010-07-14 17:59:48 +02:00
  • 044a6273ff Added Serbian (SR) localization, thanks Aleksandar Milovac jzaefferer 2010-07-06 13:50:02 +02:00
  • 380b5b1fff CRLF conversions jzaefferer 2010-07-06 13:48:07 +02:00