aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Fixed IE ID selectors selecting by the name attribute and added testsBrandon Aaron2007-02-233-7/+18
* Added a test case for bug #986.John Resig2007-02-221-3/+4
* Fix for #991Jörn Zaefferer2007-02-221-8/+14
* Added test for #977Jörn Zaefferer2007-02-191-1/+7
* Fix for bug #959, maintaining a list of event handlers on the 'events' proper...John Resig2007-02-181-12/+12
* Removing fix for #910 causing Safari to crashBrandon Aaron2007-02-171-1/+1
* Rolling back fix for #914 due to firefox double evaling scriptsBrandon Aaron2007-02-171-1/+1
* Update for src and href attribute selectors fixBrandon Aaron2007-02-142-2/+2
* Improved jQuery.prop to handle "px" on computed valuesJörn Zaefferer2007-02-131-1/+1