aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for #1169Brandon Aaron2007-05-132-8/+10
* Fix for #1162Brandon Aaron2007-05-132-3/+16
* Fix for #1163Brandon Aaron2007-05-132-2/+5
* Fix for #1167Brandon Aaron2007-05-112-2/+7
* Clean up in jQuery.event.fix (#1171)Brandon Aaron2007-05-111-3/+3
* Fix for #1186Brandon 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
* Rev [1827] broke the two XPath sibling selectors.John Resig2007-05-011-2/+2
* We're not adding new selector features in until a new full release. Please di...John Resig2007-05-012-8/+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
* TDD. Broken test case, need to fix xpath parser...Corey Jewett2007-04-301-1/+2
* 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-294-69/+47
* Forgot to remove the test cases for XPath [n]. (Ticket #995)John Resig2007-04-281-5/+1
* Removed support for the XPath [n] - we weren't doing it right, and it would a...John Resig2007-04-281-1/+1
* Added support for finding elements that have underscores in their name (along...John Resig2007-04-282-5/+7
* Added jQuery.browser.version (see ticket #1101). Works in all browsers that w...John Resig2007-04-281-0/+1
* Fix for #1061Brandon Aaron2007-04-261-1/+3
* Minor cleanupJörn Zaefferer2007-04-251-3/+0
* 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
* unbind handlers with data + test (#935)Brandon Aaron2007-04-242-5/+12
* != undefined :)Brandon Aaron2007-04-241-1/+1
* Don't pass handler function as data for events + test (#1140)Brandon Aaron2007-04-242-10/+15
* Add hook for modifying the merge behavior of $.extend. Specifically, and time...Corey Jewett2007-04-231-4/+27
* Fix an issue with adding multiple event handlers and reattaching the global e...Brandon Aaron2007-04-221-13/+13
* Adding back modified test for #939Brandon Aaron2007-04-221-2/+20
* Fix scope issue in DOM 2 event handlersBrandon Aaron2007-04-221-12/+18
* Use DOM 2 event handlers, do not trigger click on a tags and event.data no lo...Brandon Aaron2007-04-222-60/+48
* Fix for #1132Jörn Zaefferer2007-04-181-4/+0
* Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and [@...Corey Jewett2007-04-132-2/+7
* Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ...Jörn Zaefferer2007-04-031-8/+3
* 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-263-860/+866
* Opera is also vulnerable to the getElementById-returning-name issue, fixed it...John Resig2007-03-251-7/+6
* Added fix for bug #945 (Finding items with an ID of length in IE and Opera).John Resig2007-03-251-1/+3
* Fixed some more bugs with the test suite, made some minor file size tweaks to...John Resig2007-03-252-16/+15
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-254-147/+153
* Added test for #769Jörn Zaefferer2007-03-251-0/+17
* Added test for #815Jörn Zaefferer2007-03-251-0/+7
* Added test for #935Jörn Zaefferer2007-03-251-0/+11
* Added test for #939Jörn Zaefferer2007-03-251-1/+13
* 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