jquery3.1.0手册chm是chm格式的中文参考手册,查表的时候再也不用到处找了,有需要的就来it猫扑下载吧!

jquery3.1.0手册介绍
jquery3.1.0手册chm中文文档(适用jquery 1.0 - jquery 3.x)。
为了方便大家学习使用,it猫扑小编特打包了hemin版本的chm文档,两本手册在手,基本上查询jquery的一些资料就很方便了。
什么是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+等。
jquery 3.1.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)