Download List

Descripción del Proyecto

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 Requirements

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

Este nuevo evento de características de liberación APIs, mejor performance para eventos delegados, mejor soporte para HTML5 en IE6, 7/8, animaciones toggling más intuitivas, un objeto extendido jQuery.Deferred y un método jQuery.isNumeric(). Event.layerX, event.layerY, jQuery.isNaN() y jQuery.event.proxy() fueron retirados.
Tags: 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

El motor de selección de ahora devuelve los elementos en orden de documento en lugar de la orden en el que se aprobaron los selectores in Ahora es posible llamar "event.stopPropagation ()" o "return false" dentro de un. Vivir () de devolución de llamada y tienen que parar la de propagación del evento en vivo. La lógica detrás de la: selectores visibles y ocultos, y el. Altura (),. Width (),. InnerHeight (),. InnerWidth (),. OuterHeight (), y. OuterWidth () métodos fue desarticulada. El appendTo métodos, prependTo, insertBefore, InsertAfter, y ahora todos replaceAll devolver el conjunto de elementos insertados, en lugar de la serie original de los elementos.
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

Muchas nuevas características. Animaciones relativa se fija.
Tags: Major feature enhancements
Many new features. Relative animations were fixed.

2007-02-04 12:28
1.1.1

Esta versión corrige bugs que se encontraron en la versión 1.1. Es altamente recomendable que actualice.
Tags: Major bugfixes
This release fixes bugs that were found in version
1.1. It is highly recommended that you upgrade.

Project Resources