aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Expand)AuthorAgeFilesLines
...
* Making the test suite a little more XML-compliant.John Resig2007-07-081-2/+2
* commit annother trivial comment fix to reduce my local changesetsEd Engelhardt2007-07-051-1/+1
* The browser.version check was causing browsers with undetected useragents to ...John Resig2007-07-031-1/+1
* fix opacity issues in IEBrandon Aaron2007-07-021-9/+10
* Simplified some of the IE styleFloat/cssFloat code.John Resig2007-06-301-4/+6
* Fix for #1231Brandon Aaron2007-06-291-1/+1
* 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
* Forgot to change the number of tests.John Resig2007-06-261-1/+1
* Disabled the test until after 1.1.3 (when we have time to deal with it). (Bug...John Resig2007-06-261-2/+3
* Adding test for #1182Brandon Aaron2007-05-311-1/+3
* Rolling back Rev 1892Brandon Aaron2007-05-232-5/+2
* 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-132-3/+16
* Fix for #1163Brandon Aaron2007-05-132-2/+5
* Fix for #1167Brandon Aaron2007-05-112-2/+7
* 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
* This test is expected to fail.John Resig2007-05-011-1/+1
* Moving constructor code to jQuery.prototype.init for more flexibilityBrandon Aaron2007-05-011-30/+47
* Changed test count to get the green bar backCorey Jewett2007-04-301-1/+1
* Append colgroup and col elements (#1044)Brandon Aaron2007-04-302-2/+10
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-292-42/+18
* 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-252-6/+10
* Fix for #1114: Appending legend elements in FirefoxBrandon Aaron2007-04-252-1/+8
* Fix for #1087: Using appendTo with select elementsBrandon Aaron2007-04-252-4/+8
* 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-262-832/+831
* Added fix for bug #945 (Finding items with an ID of length in IE and Opera).John Resig2007-03-251-1/+3
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-71/+70
* Added test for #769Jörn Zaefferer2007-03-251-0/+17
* Added test for #968Jörn Zaefferer2007-03-251-0/+9
* Added test for #975, so far it passes only in operaJörn Zaefferer2007-03-251-0/+5
* 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-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-242-8/+25
* 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
* 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