版本:中文版大小:1.9M
类别:编程辅助系统:WinAll, WinXP
立即下载jQuery3.1.0手册chm是chm格式的中文参考手册,查表的时候再也不用到处找了,有需要的就来IT猫扑下载吧!
jQuery3.1.0手册chm中文文档(适用jQuery 1.0 - jQuery 3.x)。
为了方便大家学习使用,IT猫扑小编特打包了hemin版本的chm文档,两本手册在手,基本上查询jquery的一些资料就很方便了。
jQuery是一个快速、简洁的javaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。
jQuery设计的宗旨是“write Less,Do More”,即倡导写更少的代码,做更多的事情。它封装JavaScript常用的功能代码,提供一种简便的JavaScript设计模式,优化HTML文档操作、事件处理、动画设计和Ajax交互。
jQuery的核心特性可以总结为:具有独特的链式语法和短小清晰的多功能接口;具有高效灵活的css选择器,并且可对CSS选择器进行扩展;拥有便捷的插件扩展机制和丰富的插件。jQuery兼容各种主流浏览器,如IE 6.0+、FF 1.5+、Safari 2.0+、Opera 9.0+等。
Ajax
Breaking change: Special-case Deferred methods removed from jQuery.ajax
Breaking change: Cross-domain script requests must be declared
Breaking change: Hash in a URL is preserved in a jQuery.ajax() call
Feature: New signature for jQuery.get() AND jQuery.post()
Attributes
Breaking change: .removeAttr() no longer sets properties to false
Breaking change: select-multiple with nothing selected returns an empty array
Feature: SVG documents support class operations
Deprecated: .toggleClass() with no arguments and .toggleClass( Boolean )
Callbacks
Feature: Locking a Callback prevents only future list execution
Breaking change: jQuery 3.0 runs in Strict Mode
Breaking change: document-ready handlers are now asynchronous
Breaking change: jQuery.isNumeric() and custom .toString()
Breaking change: Deprecated .context and .selector properties removed
Breaking change: Undocumented internal methods no longer exposed
Breaking change: Return values on empty sets are undefined
Feature: for...of loops can be used on jQuery collections
Feature: jQuery.ready promise is formally supported
Deprecated: jQuery.unique(), renamed to jQuery.uniqueSort()
Deprecated: jQuery.parseJSON()
Deprecated: document-ready handlers other than jQuery(function)
查看全部