aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added an extra check for removing a named cache property - calling it when it...John Resig2007-09-091-8/+10
* Landing a version of $(document)/$(window) .width()/.height(). It won't win a...John Resig2007-09-091-4/+14
* Added .prevAll() and .nextAll() functionality.John Resig2007-09-092-4/+6
* So, apparently, I never committed the second half of the new field value code...John Resig2007-09-091-13/+42
* Fixed some line ending issues.John Resig2007-09-091-5/+8
* Errors were occuring with getScript, if you called it too early.John Resig2007-09-091-2/+3
* Moved the fx queueing over to the new expando system.John Resig2007-09-091-8/+5
* .stop() wouldn't resume any queued animations.John Resig2007-09-091-1/+1
* Landing the new expando management code. Completely overhauls how data is ass...John Resig2007-09-085-48/+109
* Reintroduced .offset() as a default include, added original author credits.John Resig2007-09-083-1/+6
* Landing the .clone() rewrite by Brandon (also includes the new event cloning ...John Resig2007-09-081-33/+14
* Disabled the automatic inclusion of offset.jsJohn Resig2007-09-082-3/+1
* Removed the test suite generation code.John Resig2007-09-081-14/+0
* Added the new .offset() method, directly imported from Dimensions (heavily wo...John Resig2007-09-083-2/+92
* Added .hasClass() (Simply just passes through to .is()).John Resig2007-09-081-0/+4
* Finished up some of the reorganization.John Resig2007-09-087-5/+7
* Reorganzing the jQuery source (first phase).John Resig2007-09-0829-16/+16
* Added a new :animated selector - only selects elements that are currently bei...John Resig2007-09-081-1/+4
* Massive FX rewrite. Full list of changes:John Resig2007-09-071-166/+218
* Fix for bug #760 (fontSize returns different values in IE). This was part of ...John Resig2007-09-071-0/+15
* Fixed a bug in event - "native" is a reserved word in Safari 2.John Resig2007-09-071-2/+2
* Forgot to update the $.param() tests.John Resig2007-09-051-5/+5
* Re-disabled the Ajax tests in Safari.John Resig2007-09-051-2/+2
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-057-38/+130
* Added support for the new .andSelf() method. This method combines the previou...John Resig2007-09-042-2/+14
* Fix for bug #1549, where the DOM conversion of <code/> and similar elements w...John Resig2007-09-042-1/+13
* Made it so that you can't change the type of an input element, having it thro...John Resig2007-09-042-2/+30
* Removed all deprecated functionality for jQuery 1.2. A full list of what was ...John Resig2007-09-046-180/+85
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-045-2848/+10
* Added a new .stop() method which stops all animations running on the matched ...John Resig2007-09-042-2/+39
* Re-disabled the ajax tests in Safari 3.John Resig2007-09-031-2/+2
* Added support for:John Resig2007-09-034-161/+420
* Added namespaced events to bind, unbind, and trigger. This allows you to deal...John Resig2007-09-032-10/+52
* Reverted the change that I made in #1320.John Resig2007-09-021-1/+1
* Added support for a new :header psuedo-selector (only selects H1-H6 elements).John Resig2007-08-313-3/+8
* Make it so that you can filter tests by keyword.John Resig2007-08-311-1/+1
* Added support for .wrapInner() and .wrapAll() - and re-wrote .wrap() to use ....John Resig2007-08-312-25/+60
* Added support for .contents(). Returns ALL child nodes for an element - excep...John Resig2007-08-312-1/+9
* Added $(...).map() functionality. (Also closes #1250, imo)John Resig2007-08-312-0/+26
* Made it so that you can pass in an event object to the trigger data args and ...John Resig2007-08-302-8/+33
* Added a new extra fn arg to trigger (so you don't have to simulate the trigge...John Resig2007-08-302-9/+46
* Made jQuery's internal trigger method return the value from handle. (Bug #1417)John Resig2007-08-281-0/+5
* Made it so that the last return value is always returned from handle() (unles...John Resig2007-08-281-2/+6
* Fixed the issue where $("body").find("div#foo") would ignore the specified ta...John Resig2007-08-272-2/+4
* Added new replaceWith() (replace all matched elements with the specified HTML...John Resig2007-08-252-1/+54
* Added a test case for "purple include", fixed a bug.John Resig2007-08-253-2/+16
* New feature: You can now inject portions of a document via .load(), as oppose...John Resig2007-08-251-1/+17
* Landing animation of scrollLeft/scrollTop (also works on random DOM object pr...John Resig2007-08-251-11/+7
* Tagging the 1.1.4 release.1.1.4John Resig2007-08-241-1/+1
* Marked all the appropriate methods as being deprecated for the 1.1.4 release ...John Resig2007-08-243-0/+11