Download List

项目描述

jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add AJAX interactions to your Web pages.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-17 11:03
1.7

此版本功能新事件 Api,改进的性能对于委派的事件,更好地支持 HTML5 在 IE6/7/8、 更直观的切换动画、 扩展的 jQuery.Deferred 的对象和 jQuery.isNumeric() 的一种方法。event.layerX、 event.layerY、 jQuery.isNaN()、 jQuery.event.proxy() 被去除了。
标签: Stable
This release features new event APIs, improved performance for delegated events, better support for HTML5 in IE6/7/8, more intuitive toggling animations, an extended jQuery.Deferred object, and a jQuery.isNumeric() method. event.layerX, event.layerY, jQuery.isNaN(), and jQuery.event.proxy() were removed.

2009-05-17 19:26
1.3.2

选择器引擎现在返回文档顺序的元素,而不是在其中选择器获得通过英寸它现在可以称之为“event.stopPropagation秩序()”或“内返回false”。活()回调并让它停止鼓泡的现场活动。背后的逻辑:可见光和:选择器和隐藏的。高度()。宽度()。innerHeight()。innerWidth()。outerHeight()和。outerWidth()方法的改革。方法appendTo,prependTo,insertBefore,insertAfter和的replaceAll现在都返回,而不是原来的元素,插入设置元素的集合。
The selector engine now returns elements in document order rather than the order in which the selectors were passed in. It's now possible to call "event.stopPropagation()" or "return false" within a .live() callback and have it stop the bubbling of the live event. The logic behind the :visible and :hidden selectors and the .height(), .width(), .innerHeight(), .innerWidth(), .outerHeight(), and .outerWidth() methods was overhauled. The methods appendTo, prependTo, insertBefore, insertAfter, and replaceAll all now return the set of inserted elements, instead of the original set of elements.

2007-10-25 13:58
1.2.1

许多新的功能。动画相对固定。
标签: Major feature enhancements
Many new features. Relative animations were fixed.

2007-02-04 12:28
1.1.1

此版本修复了1.1版本中发现的bug。我们强烈建议您升级。
标签: Major bugfixes
This release fixes bugs that were found in version
1.1. It is highly recommended that you upgrade.

Project Resources