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 |
2008-12-31 |
Ariel Flesler | jquery event: |
tree | commitdiff |
2008-12-30 |
Ariel Flesler | jquery event: removed the argument dohandlers from... |
tree | commitdiff |
2008-12-30 |
John Resig | Made sure that return false works in .live() along... |
tree | commitdiff |
2008-12-30 |
Ariel Flesler | jquery data: Fixed a weird patch merging issue from... |
tree | commitdiff |
2008-12-30 |
Ariel Flesler | jquery data: Oops.. forgot to commit the new data modul... |
tree | commitdiff |
2008-12-30 |
Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved... |
tree | commitdiff |
2008-12-29 |
Ariel Flesler | jquery support: Closes #3758, fixes a memory leak on... |
tree | commitdiff |
2008-12-29 |
Ariel Flesler | jquery event: jQuery.Event can be instantiated without... |
tree | commitdiff |
2008-12-27 |
Ariel Flesler | jquery core: Removed an orphaned line. Thanks mose. |
tree | commitdiff |
2008-12-26 |
Ariel Flesler | jquery core: Fixed a global var leak introduced by... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery event: Closes #3662. Adds a jQuery.Event class... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3737. Fixed a possible null derefe... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery selector: Removed a needless line (related to... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery fx: Fixed redundant code |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery fx: Closes #3219. jQuery.fn.toggle can accept... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery core: Closes #1681. jQuery.fn.toggleClass can... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3255. The div used in jQuery.clean... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3641. jQuery.merge stopped looping... |
tree | commitdiff |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3666. Removed old code. |
tree | commitdiff |
2008-12-22 |
John Resig | Synced with Sizzle codebase (which removed the use... |
tree | commitdiff |
2008-12-22 |
John Resig | Disabled native event triggering (and, thus, bubbling... |
tree | commitdiff |
2008-12-22 |
John Resig | Added a new liveQuery/event delegation hybrid method... |
tree | commitdiff |
2008-12-22 |
John Resig | Added support for bubbling triggered events. |
tree | commitdiff |
2008-12-22 |
John Resig | Added support for the new .closest() method (very usefu... |
tree | commitdiff |
2008-12-21 |
John Resig | Oops, forgot to commit support.js. |
tree | commitdiff |
2008-12-21 |
John Resig | Added the new jQuery.support object and removed all... |
tree | commitdiff |
2008-12-21 |
John Resig | Fixed an issue with domManip where the incorrect docume... |
tree | commitdiff |
2008-12-20 |
John Resig | Syncing Sizzle codebase. |
tree | commitdiff |
2008-12-20 |
John Resig | Added a missing semicolon. |
tree | commitdiff |
2008-12-20 |
John Resig | Landing the new Sizzle selector engine. There'll need... |
tree | commitdiff |
2008-12-19 |
John Resig | Rewrote the hide and show methods to fix the issue... |
tree | commitdiff |
2008-12-19 |
John Resig | Fixed an issue with domManip where the incorrect clone... |
tree | commitdiff |
2008-12-19 |
John Resig | Fixed a problem with multi-namespaced events not target... |
tree | commitdiff |
2008-12-19 |
John Resig | Fixed an issue with how .data() was expecting output... |
tree | commitdiff |
2008-12-19 |
John Resig | Switched to using DOM Fragments in domManip. |
tree | commitdiff |
2008-12-19 |
John Resig | Added selector path logging (creates a trail that plugi... |
tree | commitdiff |
2008-12-19 |
John Resig | Removing remaining strict-mode warnings. |
tree | commitdiff |
2008-12-19 |
John Resig | Added support for multiple-namespaced events (in bind... |
tree | commitdiff |
2008-12-19 |
John Resig | Simplifying the DOM ready code, no longer attempting... |
tree | commitdiff |
2008-12-16 |
Ariel Flesler | testrunner: adding tests for $.fn.hasClass. |
tree | commitdiff |
2008-11-29 |
John Resig | IE doesn't care for boolean checks of .createElement... |
tree | commitdiff |
2008-11-18 |
John Resig | Made a mistake in the patch for #3618, landing fix. |
tree | commitdiff |
2008-11-18 |
John Resig | The code for handling Ajax timeouts was broken (the... |
tree | commitdiff |
2008-11-17 |
John Resig | Standardized the type checks across core. isFunction... |
tree | commitdiff |
2008-11-14 |
John Resig | Landing fixes for tickets #2935 and #2688 (Aborting... |
tree | commitdiff |
2008-11-13 |
Brandon Aaron | fix the long standing 2px offset issue in QuirksMode... |
tree | commitdiff |
2008-11-12 |
John Resig | Landed the patch, by Diego, that 1) Removes browser... |
tree | commitdiff |
2008-11-10 |
Brandon Aaron | new offset method, faster and no more browser detection |
tree | commitdiff |
2008-11-07 |
Paul Bakaus | core: height() method wasn't working reliably in Opera... |
tree | commitdiff |
next |