1.11.1 / 2013-03-22
==================
* Revert to also converting parameters of range method to numbers. Closes gh-702
* Replace most usage of PHP with mockjax handlers. Do some demo cleanup as well, update to newer masked-input plugin. Keep captcha demo in PHP. Fixes #662
* Remove inline code highlighting from milk demo. View source works fine.
* Fix dynamic-totals demo by trimming whitespace from template content before passing to jQuery constructor
* Fix min/max validation. Closes gh-666. Fixes #648
* Fixed 'messages' coming up as a rule and causing an exception after being updated through rules("add"). Closes gh-670, fixes #624
* Add Korean (ko) localization. Closes gh-671
* Improved the UK postcode method to filter out more invalid postcodes. Closes #682
* Update messages_sv.js. Closes #683
* Change grunt link to the project website. Closes #684
* Move remote method down the list to run last, after all other methods applied to a field. Fixes #679
* Update plugin.json description, should include the word 'validate'
* Fix typos
* Fix jQuery loader to use path of itself. Fixes nested demos.
* Update grunt-contrib-qunit to make use of PhantomJS 1.8, when installed through node module 'phantomjs'
* Make valid() return a boolean instead of 0 or 1. Fixes #109 - valid() does not return boolean value
1.11.0 / 2013-02-04
==================
* Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528.
* Update pre-existing labels - fixes #430 closes gh-436
* Fix $.validator.format to avoid group interpolation, where at least IE8/9 replaces -bash with the match. Fixes #614
* Fix mimetype regex
* Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).
* Hebrew messages: Removed dots at end of sentences - Fixes gh-568
* French translation for require_from_group validation. Fixes gh-573.
* Allow groups to be an array or a string - Fixes #479
* Removed spaces with multiple MIME types
* Fix some date validations, JS syntax errors.
* Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties.
* Added sftp as a valid url-pattern
* Add Malay (my) localization
* Update localization/messages_hu.js
* Remove focusin/focusout polyfill. Fixes #542 - Inclusion of jquery.validate interfers with focusin and focusout events in IE9
* Localization: Fixed typo in finnish translation
* Fix RTM demo to show invalid icon when going from valid back to invalid
* Fixed premature return in remote function which prevented ajax call from being made in case an input was entered too quickly. Ensures remote validation always validates the newest value.
* Undo fix for #244. Fixes #521 - E-mail validation fires immediately when text is in the field.
1.10.0 / 2012-09-07
===================
* Corrected French strings for nowhitespace, phoneUS, phoneUK and mobileUK based upon community feedback.
* rename files for language_REGION according to the standard ISO_3166-1 (http://en.wikipedia.org/wiki/ISO_3166-1), for Taiwan tha language is Chinese (zh) and the region is Taiwan (TW)
* Optimise RegEx patterns, especially for UK phone numbers.
* Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
* Added croatian (HR) localization
* Existing French translations were edited and French translations for the additional methods were added.
* Merged in changes for specifying custom error messages in data attributes
* Updated UK Mobile phone number regex for new numbers. Fixes #154
* Add element to success call with test. Fixes #60
* Fixed regex for time additional method. Fixes #131
* resetForm now clears old previousValue on form elements. Fixes #312
* Added checkbox test to require_from_group and changed require_from_group to use elementValue. Fixes #359
* Fixed dataFilter response issues in jQuery 1.5.2+. Fixes #405
* Added jQuery Mobile demo. Fixes #249
* Deoptimize findByName for correctness. Fixes #82 - $.validator.prototype.findByName breaks in IE7
* Added US zip code support and test. Fixes #90
* Changed lastElement to lastActive in keyup, skip validation on tab or empty element. Fixes #244
* Removed number stripping from stripHtml. Fixes #2
* Fixed invalid count on invalid to valid remote validation. Fixes #286
* Add link to file_input to demo index
* Moved old accept method to extension additional-method, added new accept method to handle standard browser mimetype filtering. Fixes #287 and supersedes #369
* Disables blur event when onfocusout is set to false. Test added.
* Fixed value issue for radio buttons and checkboxes. Fixes #363
* Added test for rangeWords and fixed regex and bounds in method. Fixes #308
* Fixed TinyMCE Demo and added link on demo page. Fixes #382
* Changed localization message for min/max. Fixes #273
* Added pseudo selector for text input types to fix issue with default empty type attribute. Added tests and some test markup. Fixes #217
* Fixed delegate bug for dynamic-totals demo. Fixes #51
* Fix incorrect message for alphanumeric validator
* Removed incorrect false check on required attribute
* required attribute fix for non-html5 browsers. Fixes #301
* Added methods "require_from_group" and "skip_or_fill_minimum"
* Use correct iso code for swedish
* Updated demo HTML files to use HTML5 doctype
* Fixed regex issue for decimals without leading zeroes. Added new methods test. Fixes #41
* Introduce a elementValue method that normalizes only string values (don't touch array value of multi-select). Fixes #116
* Support for dynamically added submit buttons, and updated test case. Uses validateDelegate. Code from PR #9
* Fix bad double quote in test fixtures
* Fix maxWords method to include the upper bound, not exclude it. Fixes #284
* Fixed grammar error in german range validator message. Fixes #315
* Fixed handling of multiple class names for errorClass option. Test by Max Lynch. Fixes #280
* Fix jQuery.format usage, should be $.validator.format. Fixes #329
* Methods for 'all' UK phone numbers + UK postcodes
* Pattern method: Convert string param to RegExp. Fixes issue #223
* grammar error in german localization file
* Added Estonian localization for messages
* Improve tooltip handling on themerollered demo
* Add type="text" to input fields without type attribute to please qSA
* Update themerollered demo to use tooltip to show errors as overlay.
* Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load.
* Fixed min error message broken in Japanese.
* Update form plugin to latest version. Enhance the ajaxSubmit demo.
* Drop dateDE and numberDE methods from classRuleSettings, leftover from moving those to localized methods
* Passing submit event to submitHandler callback
* Fixed #219 - Fix valid() on elements with dependency-callback or dependency-expression.
* Improve build to remove dist dir to ensure only the current release gets zipped up
1.9.0
---
* Added Basque (EU) localization
* Added Slovenian (SL) localization
* Fixed issue #127 - Finnish translations has one : instead of ;
* Fixed Russian localization, minor syntax issue
* Added in support for HTML5 input types, fixes #97
* Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute.
* Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151.
* Added 'pattern' to additional-methods to validate against arbitrary regular expressions.
* Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143
* Fixed swedish and norwegian translations, min/max messages got switched. Fixes #181
* Fix
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Java是一种高性能、跨平台的面向对象编程语言。它由Sun Microsystems(现在是Oracle Corporation)的James Gosling等人在1995年推出,被设计为一种简单、健壮、可移植、多线程、动态的语言。Java的主要特点和优势包括以下几个方面: 跨平台性(Write Once, Run Anywhere): Java的代码可以在不同的平台上运行,只需编写一次代码,就可以在任何支持Java的设备上执行。这得益于Java虚拟机(JVM),它充当了代码和底层硬件之间的中介。 面向对象: Java是一种纯粹的面向对象编程语言,支持封装、继承和多态等面向对象的概念。这使得Java编写的代码更加模块化、可维护和可扩展。 多线程支持: Java内置了对多线程的支持,允许程序同时执行多个任务。这对于开发需要高并发性能的应用程序(如服务器端应用、网络应用等)非常重要。 自动内存管理(垃圾回收): Java具有自动内存管理机制,通过垃圾回收器自动回收不再使用的对象,使得开发者不需要手动管理内存,减轻了程序员的负担,同时也减少了内存泄漏的风险。
资源推荐
资源详情
资源评论
收起资源包目录
毕业设计-童话书店系统.zip (2000个子文件)
africa 45KB
antarctica 15KB
asia 111KB
australasia 68KB
backward 4KB
build.bat 1014B
jquery.easy-pie-chart.coffee 5KB
COPYING 2KB
bootstrap.css 143KB
bootstrap.css 140KB
bootstrap.css 124KB
bootstrap.min.css 121KB
main.css 120KB
bootstrap.min.css 118KB
bootstrap.css 117KB
bootstrap.min.css 104KB
fuelux.css 100KB
bootstrap.min.css 95KB
fuelux.min.css 89KB
style.css 76KB
ueditor.css 43KB
font-awesome-ie7.min.css 37KB
font-awesome.css 37KB
ueditor.min.css 34KB
font-awesome.min.css 30KB
jquery-ui-1.10.3.custom.min.css 27KB
bootstrap-theme.css 26KB
style-metronic.css 25KB
bootstrap-theme.min.css 23KB
font-awesome.min.css 22KB
bootstrap-responsive.css 22KB
video-js.css 21KB
bootstrap-editable.css 21KB
plugins.css 20KB
theme.css 19KB
stylesheet.css 19KB
image.css 18KB
select2.css 17KB
datepicker.css 17KB
bootstrap-responsive.min.css 16KB
bootstrap-theme.css 16KB
select2.min.css 15KB
bootstrap-theme.min.css 15KB
video.css 15KB
bootstrap-switch.css 14KB
attachment.css 14KB
datetimepicker.css 12KB
dropzone.css 11KB
video-js.min.css 11KB
fullcalendar.css 11KB
fullcalendar.css 11KB
style.css 11KB
uniform.default.css 11KB
fileinput.css 10KB
light.css 10KB
style-responsive.css 9KB
bootstrap-datetimepicker.css 9KB
awesome.css 8KB
uniform.default.min.css 8KB
fileinput.min.css 8KB
myaccount.css 8KB
default.css 8KB
purple.css 8KB
blue.css 8KB
brown.css 8KB
grey.css 8KB
default.css 8KB
bootstrap-datetimepicker.min.css 8KB
inbox.css 8KB
bootstrap-select.css 7KB
bootstrap-switch-metro.css 7KB
shCoreDefault.css 7KB
toastr.css 7KB
metroStyle.css 6KB
pricing-tables.css 6KB
jasmine.css 6KB
jasmine.css 6KB
bootstrap-select.min.css 6KB
screen.css 6KB
zTreeStyle.css 6KB
clockface.css 6KB
dataTables.bootstrap4.css 6KB
timeline.css 6KB
toastr.min.css 5KB
milk.css 5KB
dataTables.bootstrap4.min.css 5KB
daterangepicker-bs2.css 5KB
profile.css 5KB
daterangepicker-bs3.css 5KB
qunit-1.12.0.css 5KB
qunit.css 5KB
qunit.css 5KB
qunit.css 5KB
bootstrap-modal.css 4KB
tree-metronic.css 4KB
jquery.fancybox.css 4KB
style.css 4KB
chat.css 4KB
tab-style.css 4KB
scrawl.css 4KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
JJJ69
- 粉丝: 6368
- 资源: 5917
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 2022年江苏省高职组信息安全管理与评估竞赛2卷
- 基于UC3842芯片的AC-DC反激式开关电源 multisim仿真图源文件
- 小型博客系统的设计与实现
- 在线博客系统,个人学习整理,仅供参考
- 七自由度车辆动力学模型验证(Dugoff轮胎模型,B08-01基础上建模) 1.软件: MATLAB 2018以上;CarSim 2020.0 2.介绍: 基于Dugoff轮胎模型和车身动力学公式,搭
- 基于SSM的个人博客系统的设计与实现.zip
- Java源码springboot+vue二手图书交易平台-毕业设计论文-大作业.zip
- 【二维码识别】基于matlab GUI机器学习二维码生成与识别【含Matlab源码 635期】.mp4
- 数字信号处理期末复习基础知识
- 2022年江苏省高职组信息安全管理与评估竞赛3卷
- 批量一键取关公众号我们可以选择用最简单的方式 1.手机上按键精灵模拟实现 2.PC电脑上模拟
- PFC-LLC谐振开关电源设计方案整套学习资料 程序+仿真+硬件软件说明报告+原理图+计算书等等 注:该方案性价比很高,一套资料下来可以自己做个实物验证,要想看细节可以咨询我,我给你看资料的详细展示视
- 数字信号处理复习总结-最终版 --【60页】.doc
- ZenIdentityServer4 资源拥有者模式
- 利用pytorch搭建卷积神经网络(CNN)训练简单手写数字数据集(MNIST)
- jz2440衔接12期,uboot,文件系统,内核移植
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功