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