aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* testrunner: MiscAriel Flesler2009-02-171-0/+3
* jquery event: closes #4033. e.currentTarget wasn't being enforced for native ...Ariel Flesler2009-02-171-0/+14
* Added support for class selectors and class attribute selectors on XML docume...John Resig2009-02-164-4/+6
* Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQ...John Resig2009-02-161-1/+2
* Change the behavior of how :visible and :hidden work. :hidden is when an elem...John Resig2009-02-161-3/+6
* Fixed a bug with certain + selectors failing (Fixes jQuery bug #4023). Also t...John Resig2009-02-161-1/+4
* Fixed the issue where weird characters were being used in ID selectors. Fixes...John Resig2009-02-152-1/+4
* Make sure that [name=FOO] searches actually have the specified name (IE inclu...John Resig2009-02-151-1/+8
* Added fixes for two different :not() bugs. One with p:not(p.foo) failing and ...John Resig2009-02-151-1/+17
* Updated the copy of jQuery and added some more context tests.John Resig2009-02-151-2/+12
* 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