aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug with .text(), it only returned the text for the first element.John Resig2007-01-111-1/+1
* Fixed the Safari crashing bug. So much hate.John Resig2007-01-111-2/+2
* Fixed docs for .clone(Boolean).John Resig2007-01-101-0/+1
* Modified ready to event to pass jQuery object, allowing users to avoid the ug...Jörn Zaefferer2007-01-101-0/+8
* Added support .css("left",30). Fixed up the multiFilter code.John Resig2007-01-101-6/+18
* Lots of improvements. Added support for .not( jQuery("...") ) and support for...John Resig2007-01-102-26/+43
* 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 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
* Removed duplicated show/hide/toggle, added test for toggle(), started documen...Jörn Zaefferer2007-01-091-58/+0
* 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 test for toggleClass, fixed jQuery.className.has to accept both node an...Jörn Zaefferer2007-01-082-2/+15
* 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-082-33/+37
* Implemented #756, making text(String) really usefulJörn Zaefferer2007-01-072-7/+19
* Fixed #753 in Opera and IEJörn Zaefferer2007-01-071-2/+2
* Implemented #753Jörn Zaefferer2007-01-072-4/+49
* Fixed problem with $("div",$("body")) breaking (returning an array, of length...John Resig2007-01-071-1/+1
* Reorganized the different effects to be in fx.js, instead of jquery.js - and ...John Resig2007-01-071-2/+2
* Test for #753Jörn Zaefferer2007-01-071-1/+6
* Fix for #754Jörn Zaefferer2007-01-071-6/+12
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-071-17/+17
* Fixed the docs for noConflict, fixed a bug with pager.John Resig2007-01-061-5/+9
* Removed all the extra helper macros for 1.1, and adjusted the test suite acco...John Resig2007-01-062-955/+505
* fixed typo (easeout); added check if jQuery._$ even exists, added examples fo...Jörn Zaefferer2007-01-051-4/+21
* Added in the new .noConflict() function for resolving conflict between jQuery...John Resig2007-01-041-0/+18
* Improved a lot of docs, adding description to examples, merging methods with ...Jörn Zaefferer2007-01-042-184/+150
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-041-7/+9
* Improved docs for append, prepend, before and after, merging the three pairs ...Jörn Zaefferer2007-01-022-104/+56
* Completely removed pushStack - and all code related to .find(..., fn). The st...John Resig2007-01-021-68/+44
* remove test that belonged in ajaxTest.jsMike Alsup2007-01-021-13/+0
* update target of evalScripts testMike Alsup2007-01-011-1/+1
* Add test to show evalScripts/find problem.Mike Alsup2007-01-011-0/+14
* Added test and documentation for filter(Function)Jörn Zaefferer2007-01-012-2/+24
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-139/+0
* Moved the bulk of the selector code out into a separate file, changed the bui...John Resig2006-12-311-426/+1
* Moved all the relevant event-related code into the event module.John Resig2006-12-311-304/+0
* Fixed event.handle to return undefined or falseJörn Zaefferer2006-12-311-1/+2
* Removed documentation for oneXXX and unXXX methods (not yet implementation), ...Jörn Zaefferer2006-12-301-0/+33