aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix an issue with adding multiple event handlers and reattaching the global ↵Brandon Aaron2007-04-221-13/+13
| | | | event handler in IE
* 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 ↵Brandon Aaron2007-04-222-60/+48
| | | | longer global
* 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
| | | | [@foo !~ /bar/]
* Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ↵Jörn Zaefferer2007-04-032-8/+8
| | | | an ActiveXObject or the XMLHttpRequest, potentially fixing #963
* 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 ↵John Resig2007-03-264-864/+869
| | | | and DOMQuery), touched up some of the selector code, fixed some minor bugs, fixed a bug with triggerEvent in Opera, fixed some more test case bugs.
* Opera is also vulnerable to the getElementById-returning-name issue, fixed ↵John Resig2007-03-251-7/+6
| | | | it there as well. Also had to tweak the UTF8 regexps to work in Safari (Safari doesn't support \uXXXX in RegExps, lame.)
* 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 ↵John Resig2007-03-253-19/+20
| | | | to the selector code.
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵John Resig2007-03-255-148/+174
| | | | new triggerEvent() method to the test runner to help us better test actual event interactions.
* 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-252-1/+10
|
* Added test for #968Jörn Zaefferer2007-03-252-1/+10
|
* 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
| | | | need to be sure to double-escape selectors, though, as JavaScript requires it to get the right effect.
* Added UTF8 Selector support (#1001) and fixed infinite selector loops ↵John Resig2007-03-253-169/+210
| | | | (#1025). You can now select elements by UTF8-based IDs, classes, and attributes.
* Merged my speed improvements into the jQuery core (is actually 200b smaller ↵John Resig2007-03-243-58/+45
| | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed.
* Simplified the easing options - we now provide "swing" and "linear" ↵John Resig2007-03-241-8/+12
| | | | (defaulting to "swing"). This is in response to #928.
* 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
| | | | #977.
* 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-244-10/+28
|
* 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 ↵John Resig2007-03-181-4/+4
| | | | (for #1051).
* 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 ↵John Resig2007-03-171-7/+20
| | | | severely improves the performance and responsiveness of the animations in most browsers.
* Forced the test suite into standards mode. Fixed some issues with how ↵John Resig2007-03-163-22/+25
| | | | opacity was handled in IE. Fixed a number of IE fx bugs.
* Removed some un-needed code from css() and fixed a bug with how Safari ↵John Resig2007-03-161-6/+2
| | | | handles childNodes in makeArray.
* 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
|
* Added an initial version of the new animation test suite. (You should never ↵John Resig2007-03-154-0/+308
| | | | see red on the suite page - an error message will be generated wherever possible.)
* 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 ↵Brandon Aaron2007-03-091-3/+1
| | | | Manipulations" to use jQuery.makeArray
* 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
|