aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Lots of improvements. Added support for .not( jQuery("...") ) and support for...John Resig2007-01-103-26/+61
* Added back in height and width - they now behave more appropriately.John Resig2007-01-101-0/+68
* .remove("...") removed too much.John Resig2007-01-101-5/+7
* We've decided against .set() and are moving back to .pushStack().John Resig2007-01-101-11/+11
* Fixed eval code (Thanks Fil)Jörn Zaefferer2007-01-101-1/+1
* Disable error reporting in PHP test filesJörn Zaefferer2007-01-102-0/+2
* Fixed tests for gt/ltJörn Zaefferer2007-01-101-3/+3
* Added tests for almost everything in jquery/jquery.js; fixed some docs and re...Jörn Zaefferer2007-01-102-26/+179
* Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery....Jörn Zaefferer2007-01-102-1/+18
* Added tests for add() and fixed #770Jörn Zaefferer2007-01-102-3/+13
* Fixed a bug with .append() and <td>/<tr>.John Resig2007-01-101-3/+5
* More jQuery.speed() fixes.John Resig2007-01-101-1/+1
* Fixed a bug in jQuery.speed(), when there's no properties provided.John Resig2007-01-101-2/+2
* typoJörn Zaefferer2007-01-091-1/+1
* Moved event object docs to wikiJörn Zaefferer2007-01-091-97/+0
* Removed duplicated show/hide/toggle, added test for toggle(), started documen...Jörn Zaefferer2007-01-093-58/+106
* Added tests for comma-separated expressions in filter, not, parent, parents, ...Jörn Zaefferer2007-01-091-14/+26
* Fixed .next() and .prev().John Resig2007-01-091-2/+2
* Added test for next/prevJörn Zaefferer2007-01-091-0/+10
* Added test and fixed parents()Jörn Zaefferer2007-01-092-1/+11
* Added support for (basic) nested parens and (basic) nested brackets. You can ...John Resig2007-01-091-2/+2
* Added test for toggleClass, fixed jQuery.className.has to accept both node an...Jörn Zaefferer2007-01-082-2/+15
* Touched up the changelog.John Resig2007-01-081-24/+28
* We're actually at Version 1.1a right now.1.1aJohn Resig2007-01-081-1/+1
* Pruned a lot of extra code out and improved how .html() works.John Resig2007-01-081-59/+65
* .text( String ) now works as you'd expect it to, plus it's much faster and sm...John Resig2007-01-082-21/+11
* Fixed a bug in the jQuery.prop() addition and fixed the test cases to represe...John Resig2007-01-082-8/+4
* I broke out the ${...} functionality into a separate plugin so that we can de...John Resig2007-01-081-20/+9
* Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t...John Resig2007-01-084-37/+41
* Implemented #756, making text(String) really usefulJörn Zaefferer2007-01-073-7/+20
* Updated changelogJörn Zaefferer2007-01-071-0/+2
* Fix for #758Jörn Zaefferer2007-01-071-6/+10
* Fixed #753 in Opera and IEJörn Zaefferer2007-01-071-2/+2
* Implemented #753Jörn Zaefferer2007-01-072-4/+49
* Added support for [@foo] against DOM object properties (not just attributes).John Resig2007-01-071-1/+1
* Fixed problem with $("div",$("body")) breaking (returning an array, of length...John Resig2007-01-072-3/+3
* Reorganized the different effects to be in fx.js, instead of jquery.js - and ...John Resig2007-01-073-512/+564
* Updated param method to encode name as well as value (per spec: http://www.w...Mike Alsup2007-01-072-6/+6
* Fixed up the easing documentation.John Resig2007-01-071-11/+8
* Test for #753Jörn Zaefferer2007-01-071-1/+6
* Fix for #754Jörn Zaefferer2007-01-071-6/+12
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-072-5/+4
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-075-70/+70
* Started cleaning up fx, made easing easier to use.John Resig2007-01-071-80/+76
* Fixed the docs for noConflict, fixed a bug with pager.John Resig2007-01-062-6/+12
* Cleaned up some spacing and braces.John Resig2007-01-061-39/+36
* Converted instances of new function(){ ... } to use jQuery.each(...) instead....John Resig2007-01-062-219/+7
* Removed all the extra helper macros for 1.1, and adjusted the test suite acco...John Resig2007-01-062-955/+505
* Removed easing formulas and placed them as a plugin under interfaceStefan Petre2007-01-051-621/+512
* fixed typo (easeout); added check if jQuery._$ even exists, added examples fo...Jörn Zaefferer2007-01-052-5/+22