| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928. | John Resig | 2009-01-20 | 1 | -1/+1 |
* | Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847. | John Resig | 2009-01-20 | 1 | -1/+1 |
* | Focused support of .live(). stopPropagation and stopImmediatePropagation are ... | John Resig | 2009-01-20 | 1 | -3/+2 |
* | Re-worked the logic for where .selector and .context are added for ID selecto... | John Resig | 2009-01-20 | 1 | -14/+10 |
* | Added some missing spaces - helps to calm XHTML error messages in Safari. | John Resig | 2009-01-20 | 1 | -1/+1 |
* | Brought the logic for handling isXMLDoc over from Sizzle. | John Resig | 2009-01-19 | 1 | -2/+2 |
* | Made sure that a child element exists before the check is done, fixes jQuery ... | John Resig | 2009-01-19 | 1 | -1/+1 |
* | jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we d... | Ariel Flesler | 2009-01-19 | 1 | -3/+3 |
* | Re-worked the logic for handling isXML detection. | John Resig | 2009-01-19 | 1 | -2/+2 |
* | Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticke... | John Resig | 2009-01-19 | 1 | -2/+4 |
* | Fixed the logic for determining if an XML file is being used. Fixes jQuery bu... | John Resig | 2009-01-19 | 1 | -2/+2 |
* | Merged some recent fixes in from Sizzle. | John Resig | 2009-01-19 | 1 | -43/+41 |
* | Made the IE frameElement check more explicit. Fixes #3880. | John Resig | 2009-01-17 | 1 | -1/+1 |
* | jquery fx: sync animations were being left on jQuery.timers (double callback) | Ariel Flesler | 2009-01-14 | 1 | -10/+6 |
* | Merged Sizzle changes back into jQuery. | John Resig | 2009-01-13 | 1 | -11/+26 |
* | Added a trailing / in the innerHTML support test to allow it to not | John Resig | 2009-01-13 | 1 | -1/+1 |
* | Merged in from Sizzle - a change to child filter selector logic. | John Resig | 2009-01-12 | 1 | -2/+2 |
* | Merged in a fix from Sizzle for :not(:first). | John Resig | 2009-01-12 | 1 | -0/+4 |
* | Only try to wrap the element if it's not disconnected, fixed #3828. | John Resig | 2009-01-12 | 1 | -13/+15 |
* | Fixed an issue with parentNode being accessed in attr() on disconnected DOM e... | John Resig | 2009-01-12 | 1 | -1/+1 |
* | Made a note about the push method. | John Resig | 2009-01-12 | 1 | -0/+2 |
* | Made the case specific of the type attribute. | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Merging the latest from Sizzle. | John Resig | 2009-01-11 | 1 | -29/+36 |
* | Prevented non-script <script> blocks from executing, fixing #3733. | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Fixed boxModel support - is now computed with feature detection, rather than ... | John Resig | 2009-01-11 | 2 | -4/+13 |
* | .closest() with positional selectors wasn't worked as expected. | John Resig | 2009-01-10 | 1 | -1/+3 |
* | Landed a fix for when a DOM element gets accidentally removed by another live... | John Resig | 2009-01-10 | 1 | -4/+12 |
* | Fixed an issue with script nodes being removed incorrectly, fixes #3737. | John Resig | 2009-01-10 | 1 | -1/+1 |
* | Didn't get specific enough with the proxy guid, fixes #3787. | John Resig | 2009-01-09 | 1 | -2/+2 |
* | Made it so that you can bind a single function to multiple .live() selectors.... | John Resig | 2009-01-09 | 1 | -7/+9 |
* | jquery event: Fixes #3538. unbind on many events was failing. | Ariel Flesler | 2009-01-08 | 1 | -3/+3 |
* | Selector state wasn't being passed along on a cloned jQuery object. | John Resig | 2009-01-08 | 1 | -0/+6 |
* | Fixed tabindex normalization so that elements that natively support tabbing, ... | Scott González | 2009-01-07 | 2 | -9/+9 |
* | Merged in a missing argument from Sizzle. | John Resig | 2009-01-07 | 1 | -1/+1 |
* | Landed a number of improvements to the selector engine. Results are auto-merg... | John Resig | 2009-01-07 | 2 | -26/+59 |
* | Made the .unqiue() within .find() optional (speeds up calls). | John Resig | 2009-01-06 | 1 | -6/+10 |
* | jquery selector: Replacing {0,1} for ? in a regex. | Ariel Flesler | 2009-01-05 | 1 | -1/+1 |
* | Switched back to the old style of running embedded scripts (users who have du... | John Resig | 2009-01-05 | 1 | -16/+5 |
* | Oops, order of operations. | John Resig | 2009-01-05 | 1 | -1/+1 |
* | Brought in a fix from Sizzle - IE doesn't have .contains on XML elements. | John Resig | 2009-01-05 | 1 | -1/+1 |
* | The triggered flag was being set too early, which was preventing bubbling for... | John Resig | 2009-01-05 | 1 | -2/+2 |
* | Make sure that if no ownerDocument is available that we fall back to the node... | John Resig | 2009-01-05 | 1 | -3/+3 |
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 2 | -1/+13 |
* | jquery event: Removed a needless if (old code) | Ariel Flesler | 2009-01-05 | 1 | -11/+9 |
* | jquery intro: looks nicer when built | Ariel Flesler | 2009-01-05 | 1 | -0/+1 |
* | jquery fx: Shortening the code additions on [6037]. | Ariel Flesler | 2009-01-05 | 1 | -12/+17 |
* | Merging from Sizzle (fixed a bug when querySelectorAll is used. | John Resig | 2009-01-05 | 1 | -3/+4 |
* | Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins ... | John Resig | 2009-01-05 | 1 | -13/+18 |
* | Synced with the Sizzle repository. | John Resig | 2009-01-05 | 1 | -44/+35 |
* | .live("div div") was failing due to the extra space in the selector (which co... | John Resig | 2009-01-04 | 1 | -1/+1 |