aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Provide a graceful failover for [name=foo] queries that are looking for non-i...John Resig2009-02-142-3/+5
* Added support for sorting in Safari - when querySelectorAll isn't able to be ...John Resig2009-02-141-1/+2
* Disabled expando selector tests - they don't work in all browsers.John Resig2009-02-141-4/+5
* Make sure that elements are returned in document order - and that the results...John Resig2009-02-141-2/+9
* Fixed bubbling of live events (if an inner element handles an event first - a...John Resig2009-02-093-4/+32
* Reworked the attribute selection code to be able to select false-y values - a...John Resig2009-02-091-1/+8
* Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expando...John Resig2009-02-091-1/+26
* Added a fix for empty attribute selection values. Fixes jQuery bug #3990.John Resig2009-02-071-1/+4
* Added logic for not using getElementsByClassName in different failure states....John Resig2009-02-071-2/+13
* Tweaked one of the selector tests.John Resig2009-01-221-1/+1
* A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML...John Resig2009-01-211-2/+2
* Make sure that [name=foo] and #id selectors don't use the native methods on X...John Resig2009-01-211-2/+6
* Now handle the case where Safari's querySelectorAll fails on uppercase charac...John Resig2009-01-212-22/+11
* After discussing it with a number of users I've decided to revert the change ...John Resig2009-01-211-1/+2
* CHILD positions were being cached improperly. Tweaked it and added a test to ...John Resig2009-01-211-1/+9
* Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.John Resig2009-01-202-3/+15
* Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847.John Resig2009-01-201-2/+6
* Focused support of .live(). stopPropagation and stopImmediatePropagation are ...John Resig2009-01-201-1/+10
* Re-worked the logic for where .selector and .context are added for ID selecto...John Resig2009-01-201-1/+5
* Added two more tweaks for XHTML core tests.John Resig2009-01-191-2/+2
* Made some tweaks to the core tests so that they'll run better under XHTML.John Resig2009-01-191-5/+5
* Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticke...John Resig2009-01-192-16/+18
* Added a way to run the test suite as an XHTML page.John Resig2009-01-191-0/+5
* Merged some recent fixes in from Sizzle.John Resig2009-01-192-3/+27
* jquery fx: sync animations were being left on jQuery.timers (double callback)Ariel Flesler2009-01-141-0/+33
* Merged Sizzle changes back into jQuery.John Resig2009-01-132-5/+21
* Only try to wrap the element if it's not disconnected, fixed #3828.John Resig2009-01-121-1/+6
* Fixed an issue with parentNode being accessed in attr() on disconnected DOM e...John Resig2009-01-121-1/+3
* Had to remove the global variable tricks (especially the delete window calls)...John Resig2009-01-121-28/+8
* Prevented non-script <script> blocks from executing, fixing #3733.John Resig2009-01-111-1/+5
* .closest() with positional selectors wasn't worked as expected.John Resig2009-01-101-1/+4
* Landed a fix for when a DOM element gets accidentally removed by another live...John Resig2009-01-101-1/+15
* Fixed an issue with script nodes being removed incorrectly, fixes #3737.John Resig2009-01-101-1/+4
* testrunner: Putting back the global variables used for ajax tests. I added ma...Ariel Flesler2009-01-106-30/+54
* testrunner: Removing every global variable leaked within (and outside) tests....Ariel Flesler2009-01-097-125/+108
* Didn't get specific enough with the proxy guid, fixes #3787.John Resig2009-01-091-2/+15
* Made it so that you can bind a single function to multiple .live() selectors....John Resig2009-01-091-1/+26
* testrunner: refactored unbind's tests. Including one for #3538, passing since...Ariel Flesler2009-01-081-37/+66
* Selector state wasn't being passed along on a cloned jQuery object.John Resig2009-01-081-1/+6
* Fixed tabindex normalization so that elements that natively support tabbing, ...Scott González2009-01-071-8/+8
* Disabled an extra event binding.John Resig2009-01-051-1/+3
* Timeout test appears to be flaky - disabling, for now.John Resig2009-01-051-0/+2
* The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se...John Resig2009-01-051-1/+1
* Simplified the XML clone test.John Resig2009-01-051-4/+6
* Simplified the XML selector test (save the result).John Resig2009-01-051-3/+4
* Fixed an issue with how broken selector tests were handled in IE (the excepti...John Resig2009-01-051-2/+2
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-053-1/+71
* Forgot to merge in some of the new tests from Sizzle.John Resig2009-01-052-1/+8
* Synced with the Sizzle repository.John Resig2009-01-051-2/+21
* Landed a proper fix for #3255 - which involves doing createElement instead of...John Resig2009-01-031-2/+4