1.1a
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
We're actually at Version 1.1a right now.
Pruned a lot of extra code out and improved how .html() works.
.text( String ) now works as you'd expect it to, plus it's much faster and smaller - which is good.
Fixed a bug in the jQuery.prop() addition and fixed the test cases to represent the current set of features.
I broke out the ${...} functionality into a separate plugin so that we can develop it further. I left a hook in jquery.js so that this can be done, plus I left in the function() functionality.
Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped the test suite from trying to run Ajax tests locally.
Implemented #756, making text(String) really useful
Updated changelog
Fix for #758
Fixed #753 in Opera and IE
Implemented #753
Added support for [@foo] against DOM object properties (not just attributes).
Fixed problem with $("div",$("body")) breaking (returning an array, of length one, containing undefined).
Reorganized the different effects to be in fx.js, instead of jquery.js - and cleaned up some of the documentation.
Updated param method to encode name as well as value (per spec: http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1)
Fixed up the easing documentation.
Test for #753
Fix for #754
Fixed test for object/param selection (thanks Andrea)
Improved the categories of a bunch of docs, upped the version to 1.1.
Started cleaning up fx, made easing easier to use.
Fixed the docs for noConflict, fixed a bug with pager.
Cleaned up some spacing and braces.
Converted instances of new function(){ ... } to use jQuery.each(...) instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?).
Removed all the extra helper macros for 1.1, and adjusted the test suite accordingly.
Removed easing formulas and placed them as a plugin under interface
fixed typo (easeout); added check if jQuery._$ even exists, added examples for usage of $.noConflict()
Changed the default easing function
Added in the new .noConflict() function for resolving conflict between jQuery and other $ functions.
Changed transitions to easing. easing is now an object that can be extended to add new easing functions.