2009-02-15 |
John Resig | Make sure that [name=FOO] searches actually have the... |
tree | commitdiff |
2009-02-15 |
John Resig | Added fixes for two different :not() bugs. One with... |
tree | commitdiff |
2009-02-15 |
John Resig | Added some extra methods for making result set merging... |
tree | commitdiff |
2009-02-14 |
John Resig | Provide a graceful failover for [name=foo] queries... |
tree | commitdiff |
2009-02-14 |
John Resig | The compareDocumentPosition check was extraneous -... |
tree | commitdiff |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelecto... |
tree | commitdiff |
2009-02-14 |
John Resig | Duplication checks are now handled directly in Sizzle... |
tree | commitdiff |
2009-02-14 |
John Resig | Oops, the sourceIndex of the documentElement in IE... |
tree | commitdiff |
2009-02-14 |
John Resig | Make sure that elements are returned in document order... |
tree | commitdiff |
2009-02-13 |
John Resig | Added some significant speed-ups to height/width checks... |
tree | commitdiff |
2009-02-13 |
John Resig | Landing a fix for a case where the animation timer... |
tree | commitdiff |
2009-02-10 |
John Resig | Merging a bunch of changes back from Sizzle, by LosTFx. |
tree | commitdiff |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
tree | commitdiff |
2009-02-09 |
John Resig | Added a performance improvement to .hide()/.show()... |
tree | commitdiff |
2009-02-09 |
John Resig | Optimized the clean() code to no longer use .trim(... |
tree | commitdiff |
2009-02-09 |
John Resig | Removed use of .trim() in globalEval, fixes #4036. |
tree | commitdiff |
2009-02-09 |
John Resig | Reworked the attribute selection code to be able to... |
tree | commitdiff |
2009-02-09 |
John Resig | match[4] is already saved in check - thanks Balazs. |
tree | commitdiff |
2009-02-09 |
John Resig | Reworked the .clone() function in IE. Fixes jQuery... |
tree | commitdiff |
2009-02-07 |
John Resig | Added a fix for empty attribute selection values. Fixes... |
tree | commitdiff |
2009-02-07 |
John Resig | Adding a tweak to prevent layout breaks in the boxModel... |
tree | commitdiff |
2009-02-07 |
John Resig | Stopped a memory leak on getScript calls. Fixes #3962. |
tree | commitdiff |
2009-02-07 |
John Resig | Added logic for not using getElementsByClassName in... |
tree | commitdiff |
2009-01-28 |
John Resig | Added a fix, suggested by Diego, for IE firing the... |
tree | commitdiff |
2009-01-23 |
John Resig | Made the getAttribute check more explicit - comment... |
tree | commitdiff |
2009-01-22 |
John Resig | Bumping Sizzle version to 0.9.3. |
tree | commitdiff |
2009-01-21 |
John Resig | Added some additional checks to make sure that the... |
tree | commitdiff |
2009-01-21 |
John Resig | Bumping the version of Sizzle up to 0.9.2. |
tree | commitdiff |
2009-01-21 |
John Resig | A follow-up for bug #3945. ID selectors don't work... |
tree | commitdiff |
2009-01-21 |
John Resig | Make sure that [name=foo] and #id selectors don't use... |
tree | commitdiff |
2009-01-21 |
John Resig | Now handle the case where Safari's querySelectorAll... |
tree | commitdiff |
2009-01-21 |
John Resig | After discussing it with a number of users I've decided... |
tree | commitdiff |
2009-01-21 |
John Resig | CHILD positions were being cached improperly. Tweaked... |
tree | commitdiff |
2009-01-21 |
John Resig | Landed a fix for timeouts not being aborted properly... |
tree | commitdiff |
2009-01-20 |
John Resig | Fixed a missing semicolon. Fixes jQuery bug #3927. |
tree | commitdiff |
2009-01-20 |
John Resig | Added a performance improvement to preFilter.CLASS... |
tree | commitdiff |
2009-01-20 |
John Resig | Added support for a[name^='foo['] style selectors.... |
tree | commitdiff |
2009-01-20 |
John Resig | Made sure that .removeClass(null) doesn't throw an... |
tree | commitdiff |
2009-01-20 |
John Resig | Focused support of .live(). stopPropagation and stopImm... |
tree | commitdiff |
2009-01-20 |
John Resig | Re-worked the logic for where .selector and .context... |
tree | commitdiff |
2009-01-20 |
John Resig | Added some missing spaces - helps to calm XHTML error... |
tree | commitdiff |
2009-01-19 |
John Resig | Brought the logic for handling isXMLDoc over from Sizzle. |
tree | commitdiff |
2009-01-19 |
John Resig | Made sure that a child element exists before the check... |
tree | commitdiff |
2009-01-19 |
Ariel Flesler | jquery event: closes #3843. Some events' timeStamp... |
tree | commitdiff |
2009-01-19 |
John Resig | Re-worked the logic for handling isXML detection. |
tree | commitdiff |
2009-01-19 |
John Resig | Landing a fix for non-link anchor tabIndex (from scott... |
tree | commitdiff |
2009-01-19 |
John Resig | Fixed the logic for determining if an XML file is being... |
tree | commitdiff |
2009-01-19 |
John Resig | Merged some recent fixes in from Sizzle. |
tree | commitdiff |
2009-01-17 |
John Resig | Made the IE frameElement check more explicit. Fixes... |
tree | commitdiff |
2009-01-14 |
Ariel Flesler | jquery fx: sync animations were being left on jQuery... |
tree | commitdiff |
2009-01-13 |
John Resig | Merged Sizzle changes back into jQuery. |
tree | commitdiff |
2009-01-13 |
John Resig | Added a trailing / in the innerHTML support test to... |
tree | commitdiff |
2009-01-12 |
John Resig | Merged in from Sizzle - a change to child filter select... |
tree | commitdiff |
2009-01-12 |
John Resig | Merged in a fix from Sizzle for :not(:first). |
tree | commitdiff |
2009-01-12 |
John Resig | Only try to wrap the element if it's not disconnected... |
tree | commitdiff |
2009-01-12 |
John Resig | Fixed an issue with parentNode being accessed in attr... |
tree | commitdiff |
2009-01-12 |
John Resig | Made a note about the push method. |
tree | commitdiff |
2009-01-11 |
John Resig | Made the case specific of the type attribute. |
tree | commitdiff |
2009-01-11 |
John Resig | Merging the latest from Sizzle. |
tree | commitdiff |
2009-01-11 |
John Resig | Prevented non-script <script> blocks from executing... |
tree | commitdiff |
2009-01-11 |
John Resig | Fixed boxModel support - is now computed with feature... |
tree | commitdiff |
2009-01-10 |
John Resig | .closest() with positional selectors wasn't worked... |
tree | commitdiff |
2009-01-10 |
John Resig | Landed a fix for when a DOM element gets accidentally... |
tree | commitdiff |
2009-01-10 |
John Resig | Fixed an issue with script nodes being removed incorrec... |
tree | commitdiff |
2009-01-09 |
John Resig | Didn't get specific enough with the proxy guid, fixes... |
tree | commitdiff |
2009-01-09 |
John Resig | Made it so that you can bind a single function to multi... |
tree | commitdiff |
2009-01-08 |
Ariel Flesler | jquery event: Fixes #3538. unbind on many events was... |
tree | commitdiff |
2009-01-08 |
John Resig | Selector state wasn't being passed along on a cloned... |
tree | commitdiff |
2009-01-07 |
Scott González | Fixed tabindex normalization so that elements that... |
tree | commitdiff |
2009-01-07 |
John Resig | Merged in a missing argument from Sizzle. |
tree | commitdiff |
2009-01-07 |
John Resig | Landed a number of improvements to the selector engine... |
tree | commitdiff |
2009-01-06 |
John Resig | Made the .unqiue() within .find() optional (speeds... |
tree | commitdiff |
2009-01-05 |
Ariel Flesler | jquery selector: Replacing {0,1} for ? in a regex. |
tree | commitdiff |
2009-01-05 |
John Resig | Switched back to the old style of running embedded... |
tree | commitdiff |
2009-01-05 |
John Resig | Oops, order of operations. |
tree | commitdiff |
2009-01-05 |
John Resig | Brought in a fix from Sizzle - IE doesn't have .contain... |
tree | commitdiff |
2009-01-05 |
John Resig | The triggered flag was being set too early, which was... |
tree | commitdiff |
2009-01-05 |
John Resig | Make sure that if no ownerDocument is available that... |
tree | commitdiff |
2009-01-05 |
John Resig | Landed cross-browser support for tabIndex, by Scott... |
tree | commitdiff |
2009-01-05 |
Ariel Flesler | jquery event: Removed a needless if (old code) |
tree | commitdiff |
2009-01-05 |
Ariel Flesler | jquery intro: looks nicer when built |
tree | commitdiff |
2009-01-05 |
Ariel Flesler | jquery fx: Shortening the code additions on [6037]. |
tree | commitdiff |
2009-01-05 |
John Resig | Merging from Sizzle (fixed a bug when querySelectorAll... |
tree | commitdiff |
2009-01-05 |
John Resig | Made hide, show, toggle, slideUp, slideDown, and slideT... |
tree | commitdiff |
2009-01-05 |
John Resig | Synced with the Sizzle repository. |
tree | commitdiff |
2009-01-04 |
John Resig | .live("div div") was failing due to the extra space... |
tree | commitdiff |
2009-01-04 |
John Resig | Moved the copyright to the intro file, added a ! so... |
tree | commitdiff |
2009-01-04 |
Ariel Flesler | jquery event: event.stopImmediatePropagation() stops... |
tree | commitdiff |
2009-01-04 |
Ariel Flesler | jquery core: Misc file size optimizations. |
tree | commitdiff |
2009-01-04 |
Ariel Flesler | jquery ajax: File size optimization for compressed... |
tree | commitdiff |
2009-01-04 |
Ariel Flesler | jquery core: Allowing whitespaces within the [6026... |
tree | commitdiff |
2009-01-04 |
John Resig | Moved from the old JSMin to using YUIMin for compressin... |
tree | commitdiff |
2009-01-03 |
John Resig | Landed a proper fix for #3255 - which involves doing... |
tree | commitdiff |
2009-01-03 |
John Resig | Hid an issue where Safari through an exception when... |
tree | commitdiff |
2009-01-02 |
Ariel Flesler | jquery event: Misc, removed a commented line from last... |
tree | commitdiff |
2009-01-02 |
John Resig | Fixed an issue that was introduced by [5743] (which... |
tree | commitdiff |
2009-01-02 |
Ariel Flesler | jquery event: Now using an internal argument to detect... |
tree | commitdiff |
2009-01-02 |
Ariel Flesler | jquery event: closes #3772. The extra function on ... |
tree | commitdiff |
2008-12-31 |
John Resig | Fixed an issue with .not("#foo, bar") not working corre... |
tree | commitdiff |
2008-12-31 |
Ariel Flesler | jquery event: event.timeStamp wasn't being created... |
tree | commitdiff |
next |