aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added test for #945Jörn Zaefferer2007-03-251-0/+6
* Added test for #968Jörn Zaefferer2007-03-251-0/+9
* Added test for #970Jörn Zaefferer2007-03-251-0/+13
* Fixed docs for ajax timouet to mention that its in millisecondsJörn Zaefferer2007-03-251-3/+3
* Added test for #975, so far it passes only in operaJörn Zaefferer2007-03-251-0/+5
* Added a not-yet-failing testcase for #1054Jörn Zaefferer2007-03-251-3/+4
* Added a not-yet-failing testcase for #1054Jörn Zaefferer2007-03-251-0/+14
* (no commit message)John Resig2007-03-252-3/+14
* Added support for escaping selectors in ID and Classname queries (#143). You ...John Resig2007-03-253-24/+26
* Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...John Resig2007-03-252-169/+204
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-242-55/+26
* Simplified the easing options - we now provide "swing" and "linear" (defaulti...John Resig2007-03-241-8/+12
* Added a fix for #891 (Using a /foo selector within a non-document context.)John Resig2007-03-241-1/+1
* Added fix for #986 (ID selector within an element that doesn't exist).John Resig2007-03-241-3/+5
* Added support for comma-separated .is(), touched up the test cases. Resolves ...John Resig2007-03-242-5/+5
* An Ajax-based test was being run locally (which doesn't work).John Resig2007-03-241-8/+13
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-243-10/+27
* Update to fix for #1064 and testsBrandon Aaron2007-03-222-7/+9
* That should have been a string, not a numberBrandon Aaron2007-03-211-1/+1
* Fix for #1064 and added tests for setting/getting opacityBrandon Aaron2007-03-212-3/+21
* Only fadeIn/Out or slideUp/Down elements that are already hidden/visible (for...John Resig2007-03-181-4/+4
* Fix for #953, use always GET for $.getJörn Zaefferer2007-03-171-0/+1
* Animations now use a single interval timer, global for all animations. This s...John Resig2007-03-171-7/+20
* Forced the test suite into standards mode. Fixed some issues with how opacity...John Resig2007-03-162-18/+18
* Removed some un-needed code from css() and fixed a bug with how Safari handle...John Resig2007-03-161-6/+2
* Added a test for bug #997.John Resig2007-03-161-1/+10
* Added all the tests for isFunction, fixed bug #1026.John Resig2007-03-162-1/+77
* A pack of animation fixes for #24, #260, #744, #799, #1003, and #1021.John Resig2007-03-151-24/+26
* Fix for Rev 1511Brandon Aaron2007-03-111-1/+1
* Clean up for revision 1462: "Fix for Safari crashes when doing DOM Manipulati...Brandon Aaron2007-03-091-3/+1
* Fix generic event handler and $events expando removal for IEBrandon Aaron2007-03-051-1/+1
* Fix generic event handler and $events expando removal for IEBrandon Aaron2007-03-051-4/+4
* Fix for bug #962.John Resig2007-03-012-3/+7
* Cleaned up how event removing was handled. All expandos are now removed when ...John Resig2007-03-012-23/+36
* Fix for Safari crashes when doing DOM ManipulationsBrandon Aaron2007-02-281-1/+3
* Removed docs breaking xml docsJörn Zaefferer2007-02-271-4/+0
* Fixed list of destructive methods in end() docsJörn Zaefferer2007-02-271-24/+4
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/JavaScriptJörn Zaefferer2007-02-271-1/+1
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/AjaxJörn Zaefferer2007-02-271-14/+24
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/EffectsJörn Zaefferer2007-02-271-2/+5
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/EventsJörn Zaefferer2007-02-271-14/+30
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSSJörn Zaefferer2007-02-271-1/+1
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/TraversingJörn Zaefferer2007-02-271-12/+50
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/AttributesJörn Zaefferer2007-02-271-10/+15
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/CoreJörn Zaefferer2007-02-271-17/+27
* Fix for #964Brandon Aaron2007-02-252-7/+29
* Fix for #910Brandon Aaron2007-02-251-2/+2
* Fix for #997Brandon Aaron2007-02-251-1/+1
* Fix for #979Jörn Zaefferer2007-02-251-0/+2
* Fix for #921Brandon Aaron2007-02-231-1/+3