| 2009-01-06 | John Resig | Removed all uses of @ in the benchmarker and added... | commit | commitdiff | tree | snapshot | 
| 2009-01-06 | John Resig | Cleaned up the benchmarking utility (using a newer... | commit | commitdiff | tree | snapshot | 
| 2009-01-06 | John Resig | Made the .unqiue() within .find() optional (speeds... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Tagging the 1.3b2 release. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | Ariel Flesler | jquery selector: Replacing {0,1} for ? in a regex. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Disabled an extra event binding. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Switched back to the old style of running embedded... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Timeout test appears to be flaky - disabling, for now. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | The timeout test was waiting for 10 seconds - unnecessa... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Oops, order of operations. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Brought in a fix from Sizzle - IE doesn't have .contain... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Simplified the XML clone test. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Simplified the XML selector test (save the result). | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Fixed an issue with how broken selector tests were... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | The triggered flag was being set too early, which was... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Make sure that if no ownerDocument is available that... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Landed cross-browser support for tabIndex, by Scott... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | Ariel Flesler | jquery event: Removed a needless if (old code) | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | Ariel Flesler | jquery intro: looks nicer when built | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | Ariel Flesler | jquery fx: Shortening the code additions on [6037]. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Merging from Sizzle (fixed a bug when querySelectorAll... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Forgot to merge in some of the new tests from Sizzle. | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Made hide, show, toggle, slideUp, slideDown, and slideT... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Accidentally left in an extra echo statement in the... | commit | commitdiff | tree | snapshot | 
| 2009-01-05 | John Resig | Synced with the Sizzle repository. | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | John Resig | .live("div div") was failing due to the extra space... | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | John Resig | Moved the copyright to the intro file, added a ! so... | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | Ariel Flesler | jquery event: event.stopImmediatePropagation() stops... | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | Ariel Flesler | jquery core: Misc file size optimizations. | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | Ariel Flesler | jquery ajax: File size optimization for compressed... | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | Ariel Flesler | jquery core: Allowing whitespaces within the [6026... | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | John Resig | Changed build.xml to use YUICompressor, fixes #3779. | commit | commitdiff | tree | snapshot | 
| 2009-01-04 | John Resig | Moved from the old JSMin to using YUIMin for compressin... | commit | commitdiff | tree | snapshot | 
| 2009-01-03 | John Resig | Landed a proper fix for #3255 - which involves doing... | commit | commitdiff | tree | snapshot | 
| 2009-01-03 | John Resig | Hid an issue where Safari through an exception when... | commit | commitdiff | tree | snapshot | 
| 2009-01-02 | Ariel Flesler | jquery event: Misc, removed a commented line from last... | commit | commitdiff | tree | snapshot | 
| 2009-01-02 | John Resig | Fixed an issue that was introduced by [5743] (which... | commit | commitdiff | tree | snapshot | 
| 2009-01-02 | Ariel Flesler | jquery event: Now using an internal argument to detect... | commit | commitdiff | tree | snapshot | 
| 2009-01-02 | Ariel Flesler | jquery event: closes #3772. The extra function on ... | commit | commitdiff | tree | snapshot | 
| 2009-01-02 | John Resig | Disabled testing of em-defined borders, need to look... | commit | commitdiff | tree | snapshot | 
| 2009-01-02 | John Resig | The exact escaping of the text() test isn't important... | commit | commitdiff | tree | snapshot | 
| 2008-12-31 | John Resig | Fixed an issue with .not("#foo, bar") not working corre... | commit | commitdiff | tree | snapshot | 
| 2008-12-31 | Ariel Flesler | jquery event: event.timeStamp wasn't being created... | commit | commitdiff | tree | snapshot | 
| 2008-12-31 | Ariel Flesler | jquery event: | commit | commitdiff | tree | snapshot | 
| 2008-12-30 | Ariel Flesler | jquery event: removed the argument dohandlers from... | commit | commitdiff | tree | snapshot | 
| 2008-12-30 | Ariel Flesler | build: Closes #3760. Adding the data module to the... | commit | commitdiff | tree | snapshot | 
| 2008-12-30 | John Resig | Made sure that return false works in .live() along... | commit | commitdiff | tree | snapshot | 
| 2008-12-30 | Ariel Flesler | jquery data: Fixed a weird patch merging issue from... | commit | commitdiff | tree | snapshot | 
| 2008-12-30 | Ariel Flesler | jquery data: Oops.. forgot to commit the new data modul... | commit | commitdiff | tree | snapshot | 
| 2008-12-30 | Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved... | commit | commitdiff | tree | snapshot | 
| 2008-12-29 | Ariel Flesler | jquery support: Closes #3758, fixes a memory leak on... | commit | commitdiff | tree | snapshot | 
| 2008-12-29 | Ariel Flesler | jquery event: jQuery.Event can be instantiated without... | commit | commitdiff | tree | snapshot | 
| 2008-12-27 | Ariel Flesler | jquery core: Removed an orphaned line. Thanks mose. | commit | commitdiff | tree | snapshot | 
| 2008-12-26 | Ariel Flesler | jquery core: Fixed a global var leak introduced by... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery event: Closes #3662. Adds a jQuery.Event class... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery core: Closes #3737. Fixed a possible null derefe... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery selector: Removed a needless line (related to... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery fx: Fixed redundant code | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery fx: Closes #3219. jQuery.fn.toggle can accept... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery core: Closes #1681. jQuery.fn.toggleClass can... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery core: Closes #3255. The div used in jQuery.clean... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery core: Closes #3641. jQuery.merge stopped looping... | commit | commitdiff | tree | snapshot | 
| 2008-12-25 | Ariel Flesler | jquery core: Closes #3666. Removed old code. | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Bumped the version number to 1.3b2pre. | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Tagging the 1.3b1 release. | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Synced with Sizzle codebase (which removed the use... | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Disabled native event triggering (and, thus, bubbling... | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Added a new liveQuery/event delegation hybrid method... | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Made sure that the correct event.taget is being used... | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Added support for bubbling triggered events. | commit | commitdiff | tree | snapshot | 
| 2008-12-22 | John Resig | Added support for the new .closest() method (very usefu... | commit | commitdiff | tree | snapshot | 
| 2008-12-21 | John Resig | Oops, forgot to commit support.js. | commit | commitdiff | tree | snapshot | 
| 2008-12-21 | John Resig | Added the new jQuery.support object and removed all... | commit | commitdiff | tree | snapshot | 
| 2008-12-21 | John Resig | Fixed an issue with domManip where the incorrect docume... | commit | commitdiff | tree | snapshot | 
| 2008-12-20 | John Resig | Syncing Sizzle codebase. | commit | commitdiff | tree | snapshot | 
| 2008-12-20 | John Resig | Added a missing semicolon. | commit | commitdiff | tree | snapshot | 
| 2008-12-20 | John Resig | Landing the new Sizzle selector engine. There'll need... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Rewrote the hide and show methods to fix the issue... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Fixed an issue with domManip where the incorrect clone... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Fixed a problem with multi-namespaced events not target... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Fixed an issue with how .data() was expecting output... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Fixed line-ending issue. | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Tweaked mis-numbered makeArray test. | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Switched to using DOM Fragments in domManip. | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Added selector path logging (creates a trail that plugi... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Removing remaining strict-mode warnings. | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Added support for multiple-namespaced events (in bind... | commit | commitdiff | tree | snapshot | 
| 2008-12-19 | John Resig | Simplifying the DOM ready code, no longer attempting... | commit | commitdiff | tree | snapshot | 
| 2008-12-18 | Jörn Zaefferer | core: cleanup of build - build.js isn't used anywhere | commit | commitdiff | tree | snapshot | 
| 2008-12-16 | Ariel Flesler | testrunner: re adding the test for a function within... | commit | commitdiff | tree | snapshot | 
| 2008-12-16 | Ariel Flesler | testrunner: adding tests for $.fn.hasClass. | commit | commitdiff | tree | snapshot | 
| 2008-11-29 | John Resig | IE doesn't care for boolean checks of .createElement... | commit | commitdiff | tree | snapshot | 
| 2008-11-18 | John Resig | Made a mistake in the patch for #3618, landing fix. | commit | commitdiff | tree | snapshot | 
| 2008-11-18 | John Resig | The code for handling Ajax timeouts was broken (the... | commit | commitdiff | tree | snapshot | 
| 2008-11-17 | John Resig | Standardized the type checks across core. isFunction... | commit | commitdiff | tree | snapshot | 
| 2008-11-14 | John Resig | Landing fixes for tickets #2935 and #2688 (Aborting... | commit | commitdiff | tree | snapshot | 
| 2008-11-13 | Brandon Aaron | fix the long standing 2px offset issue in QuirksMode... | commit | commitdiff | tree | snapshot | 
| 2008-11-12 | John Resig | Landed the patch, by Diego, that 1) Removes browser... | commit | commitdiff | tree | snapshot | 
| 2008-11-10 | Brandon Aaron | new offset method, faster and no more browser detection | commit | commitdiff | tree | snapshot | 
| 2008-11-07 | Paul Bakaus | core: height() method wasn't working reliably in Opera... | commit | commitdiff | tree | snapshot | 
| next |