单位加班~干不动了,翻译点文档,翻译的不好,欢迎指教。
-
#6158 Fixed replaceWith from throwing errors on non existant elements.
#6158 修正 replaceWith 没有找到元素时,抛出一个异常.
-
#7340 We now use a single capturing handler to simulate bubbling focusin/focusout event on non-IE browsers. Allows native DOM methods to fire events other than the currently active one back into jQuery.
#7340 我们现在使用一个单例模式的捕捉器来模拟focusin / focusout冒泡事件,在非IE浏览器。允许原生DOM方法触发事件,除了当前已进入jQuery的回退事件.
-
#8353 Reverted. Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6. #8353 Fixes #8438 – an issue where the full functions stack wasn’t visible when debugging in Google Chrome.
Reverted.在resolveWith中添加一个catch块,以便在IE7和IE6下能够捕捉到finally。修正#8438这个问题--在Chrome调试时,full functions stack不可见。
-
#8380 Make it so that $(‘:text’) matches <input> as ‘type=text’ is the implied default.
#8380 类似(‘:text’)的语法能够匹配<input>,例如”type=text“就是一个默认的实现。
-
#8421 Makes sure resolveWith can be called with only one parameter.
#8421 确保resolveWith只有一个参数。
-
#8423 Never set X-Requested-With header automagically for cross-domain requests. Fixes an issue where all cross-domain ajax requests are pre-flighted and require extra additional options.
当跨域请求时,从不自动设置头部X-Requested-With。修正一个问题where all cross-domain ajax requests are pre-flighted and require extra additional options.
-
#8456 Fixed an issue where trigger(‘mouseover’) was no longer triggering mouseenter. We make sure parent is not null before crawling into its lap, so mouseenter is triggered on a mouseover event.
-
#8509 Makes URL regexp less overzealous and ensures it recognizes URL schemes which do not contain a conformant hierarchical structure (as per section 2.1.2 of#http://www.ietf.org/rfc/rfc2718.txt). Also adds about: and adobe air’s app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed.
-
#8536 Introduced submodules to the jQuery repository on GitHub.
在jQuery GitHub的知识库中引进子模块
-
#8381 Fixed .is(“div”) to work on disconnected nodes in IE 9.
修正 .is("div")可以工作在IE9分离的节点上.
-
#8316 Fixed .offset() setter on fixed elements in WebKit.
#8316 修正 .offset() 可以设置在fixed定位的元素上。
-
#3333 Fixed incorrect .css(“marginRight”) in WebKit.
#3333 修正 .css(“marginRight”)的错误
分享到:
相关推荐
以下是基于jQuery 1.5.2中文文档的关键知识点: 1. **选择器**: jQuery提供了丰富的CSS选择器,如ID选择器(#id),类选择器(.class),元素选择器(element)等,同时还有属性选择器,如[attr=value],用于按HTML元素...
《jQuery 1.5.2 CHM中文手册》是一份详尽的编程参考资料,主要针对JavaScript库jQuery的1.5.2版本。这份手册包含了该版本的所有核心功能和API,帮助开发者深入理解和高效使用jQuery。CHM(Compiled Help Manual)...
1. **选择器优化**:jQuery 1.5.2进一步提升了选择器的性能。其内置的选择器引擎Sizzle能够高效地解析CSS选择器,使得复杂的选择器表达式在JavaScript环境中得以流畅运行。例如,通过`$("#id")`快速获取ID为“id”的...
总之,jQuery 1.5.2作为一个经典版本,虽然现在已经有了更新的版本,但其稳定性和兼容性仍然被许多开发者所信赖。理解和掌握jQuery的核心概念和API,能显著提升前端开发效率,为项目带来更优质的用户体验。
jquery-1.5.2 最新版.有需要的朋友下吧.
Jquery1.5.2智能感知(Jquery1.5.2-vsdoc.js)
- jQuery 1.5.2是在1.x系列中的一个稳定版本,它在性能、兼容性和API完善上做了很多改进。 - 引入了Deferred对象,用于处理异步操作,如Ajax请求,使得异步编程更加优雅。 - 对于jQuery选择器和遍历方法进行了...
1. **Deferred 和 Promises**:在1.5.2版本中,jQuery引入了 Deferred 和 Promises 对象,这使得异步编程更加优雅。 Deferred 可以管理多个异步操作,并提供了一种统一的方式来处理它们的完成状态。Promises 是 ...
1. **Deferred 对象**:在1.5.2版本中,jQuery引入了Deferred对象,用于更好地管理异步操作,如Ajax请求。 Deferred对象允许开发者链式调用`.done()`, `.fail()`, `.always()`等方法来处理回调函数,使异步编程更加...
总结,jQuery 1.5.2作为历史悠久的版本,尽管现代Web开发中已有更新的选择,但其简洁的API和强大的功能仍然值得学习和借鉴。通过深入理解和实践,我们可以更好地利用jQuery提升Web开发效率,创造出更富交互性和用户...
本人在原有1.4.1版中文API的基础上升级完善制作的 jQuery 1.5.2 中文 API 文档 清爽无广告 CHM 文档 参考
Jquery 1.5.2 API中文手冊,費了老大的勁使用visual chm封装而成.
随着时间的推移,jQuery不断进化,1.x系列的更新主要集中在性能优化、新特性的添加以及对新浏览器的兼容性支持。例如,jQuery 1.4引入了更多的DOM操作方法,如`.detach()`用于安全地移除元素而不丢失绑定的事件,...
这个压缩包“jQuery EasyUI 1.5.2 版 API 中文版 .rar”包含的是jQuery EasyUI的中文版API文档,对于使用EasyUI进行开发的中国开发者来说,是一份非常实用的参考资料。 jQuery EasyUI 的核心特性包括: 1. **组件...
《jQuery CHM 1.5.2 手册:打造高效网页交互体验》 jQuery,一个强大且广泛使用的JavaScript库,极大地简化了HTML文档遍历、事件处理、动画设计和Ajax交互。本手册——"jQuery_CHM_1.5.2",提供了关于jQuery 1.5.2...
jQuery 1.5.2正式发布了!这是jQuery 1.5的第二个小版本,修复了一些Bug。
jQuery EasyUI 1.5.2 API 中文版
《深入解析jQuery 1.5.2源码》 jQuery,作为一款广泛应用于Web开发的JavaScript库,以其简洁、易用的API深受开发者喜爱。在jQuery 1.5.2这个版本中,主要包含了两个核心文件:`jquery1.5.2.js`和`jquery1.5.2.min....
1. **jQuery核心**: - **选择器**:jQuery的核心功能之一就是强大的CSS选择器,它允许开发者通过类名、ID、属性等轻松选取DOM元素。例如,`$("#id")`选取ID为"id"的元素,`$(".class")`选取所有class为"class"的...
jQuery EasyUI 1.5.2 版本更新内容 Bug(修复) form:修复在调用“reset”方法的时候会导致input输入框初始值消失的BUG; textbox:修复在调用“destroy”方法的时候无法清除字段标签的BUG; datagrid:修复在不...