aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery/jquery.js
Commit message (Expand)AuthorAgeFilesLines
...
* Calling jQuery() with apply would break things (namely in the SlickSpeed test...John Resig2007-06-291-1/+1
* Added massive speed improvements to selectors. Also added support for :nth-ch...John Resig2007-06-291-34/+36
* Rolling back Rev 1892Brandon Aaron2007-05-231-1/+1
* remove an unused variable and its assignment in the 'map' methodEd Engelhardt2007-05-221-1/+1
* In r1576 on 2007-03-24 the merge() method was split into merge() andEd Engelhardt2007-05-221-13/+17
* fix style, prefix and typo in a few commentsEd Engelhardt2007-05-221-2/+2
* Fix for #1198Brandon Aaron2007-05-161-2/+3
* Fix for #921 (IE clones events)Brandon Aaron2007-05-141-4/+23
* Fix for #1182Brandon Aaron2007-05-131-1/+2
* Fix for #1162Brandon Aaron2007-05-131-1/+1
* Fix for #1163Brandon Aaron2007-05-131-1/+1
* Fix for #1167Brandon Aaron2007-05-111-1/+1
* Added some improvements to how the browser version is determined, based upon ...John Resig2007-05-051-1/+1
* removing the context and selector properties that I left in jQuery.prototype....Brandon Aaron2007-05-021-6/+2
* Moving constructor code to jQuery.prototype.init for more flexibilityBrandon Aaron2007-05-011-30/+47
* Append colgroup and col elements (#1044)Brandon Aaron2007-04-301-1/+4
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-32/+8
* Added jQuery.browser.version (see ticket #1101). Works in all browsers that w...John Resig2007-04-281-0/+1
* Fix for #1086: Append all caps HTML tagsBrandon Aaron2007-04-251-1/+1
* Fix for #1114: Appending legend elements in FirefoxBrandon Aaron2007-04-251-0/+3
* Fix for #1087: Using appendTo with select elementsBrandon Aaron2007-04-251-3/+3
* Add hook for modifying the merge behavior of $.extend. Specifically, and time...Corey Jewett2007-04-231-4/+27
* Small optimization to jQuery.css to save 12 bytesBrandon Aaron2007-04-031-4/+4
* Added a number of additional speed gains (we now hold our own against Dojo an...John Resig2007-03-261-1/+0
* Added fix for bug #945 (Finding items with an ID of length in IE and Opera).John Resig2007-03-251-1/+3
* Added support for escaping selectors in ID and Classname queries (#143). You ...John Resig2007-03-251-4/+1
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-241-21/+18
* Added support for comma-separated .is(), touched up the test cases. Resolves ...John Resig2007-03-241-1/+1
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-7/+14
* Update to fix for #1064 and testsBrandon Aaron2007-03-221-3/+5
* 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-211-1/+1
* Forced the test suite into standards mode. Fixed some issues with how opacity...John Resig2007-03-161-15/+15
* Removed some un-needed code from css() and fixed a bug with how Safari handle...John Resig2007-03-161-6/+2
* Added all the tests for isFunction, fixed bug #1026.John Resig2007-03-161-1/+1
* 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 for bug #962.John Resig2007-03-011-1/+1
* 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/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 #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