aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Touched up the code a little bit, saving some bytes.John Resig2007-01-141-3/+3
* Fixed an issue with animated .toggle() not working.John Resig2007-01-131-2/+3
* Added a fix for triggered events not being cancellable. (You couldn't return ...John Resig2007-01-131-8/+7
* Added minor regexp optimization.John Resig2007-01-121-3/+3
* Removed unnecessary uses of typeof undefined.John Resig2007-01-122-2/+2
* Fixed that stupid type once moreJörn Zaefferer2007-01-111-1/+1
* Added a fix for .append( Number )John Resig2007-01-111-0/+3
* Added a fix for .html("") not working correctly.John Resig2007-01-111-0/+2
* Fixed .not([]) not working properly.John Resig2007-01-111-1/+1
* Fixed missing typoJörn Zaefferer2007-01-111-1/+1
* Added a fix for $("object *") in IE7.John Resig2007-01-111-2/+10
* 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
* Added a fix for <script>s getting executed twice when .load()ed.John Resig2007-01-101-1/+1
* 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-102-2/+23
* Removed support for //foo | //bar - please use "," instead.John Resig2007-01-101-2/+2
* Added support .css("left",30). Fixed up the multiFilter code.John Resig2007-01-102-13/+20
* 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 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
* 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-072-7/+19
* 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