jquery.git
2009-01-04 John ResigMoved from the old JSMin to using YUIMin for compressin...
2009-01-03 John ResigLanded a proper fix for #3255 - which involves doing...
2009-01-03 John ResigHid an issue where Safari through an exception when...
2009-01-02 Ariel Fleslerjquery event: Misc, removed a commented line from last...
2009-01-02 John ResigFixed an issue that was introduced by [5743] (which...
2009-01-02 Ariel Fleslerjquery event: Now using an internal argument to detect...
2009-01-02 Ariel Fleslerjquery event: closes #3772. The extra function on ...
2009-01-02 John ResigDisabled testing of em-defined borders, need to look...
2009-01-02 John ResigThe exact escaping of the text() test isn't important...
2008-12-31 John ResigFixed an issue with .not("#foo, bar") not working corre...
2008-12-31 Ariel Fleslerjquery event: event.timeStamp wasn't being created...
2008-12-31 Ariel Fleslerjquery event:
2008-12-30 Ariel Fleslerjquery event: removed the argument dohandlers from...
2008-12-30 Ariel Fleslerbuild: Closes #3760. Adding the data module to the...
2008-12-30 John ResigMade sure that return false works in .live() along...
2008-12-30 Ariel Fleslerjquery data: Fixed a weird patch merging issue from...
2008-12-30 Ariel Fleslerjquery data: Oops.. forgot to commit the new data modul...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-29 Ariel Fleslerjquery support: Closes #3758, fixes a memory leak on...
2008-12-29 Ariel Fleslerjquery event: jQuery.Event can be instantiated without...
2008-12-27 Ariel Fleslerjquery core: Removed an orphaned line. Thanks mose.
2008-12-26 Ariel Fleslerjquery core: Fixed a global var leak introduced by...
2008-12-25 Ariel Fleslerjquery event: Closes #3662. Adds a jQuery.Event class...
2008-12-25 Ariel Fleslerjquery core: Closes #3737. Fixed a possible null derefe...
2008-12-25 Ariel Fleslerjquery selector: Removed a needless line (related to...
2008-12-25 Ariel Fleslerjquery fx: Fixed redundant code
2008-12-25 Ariel Fleslerjquery fx: Closes #3219. jQuery.fn.toggle can accept...
2008-12-25 Ariel Fleslerjquery core: Closes #1681. jQuery.fn.toggleClass can...
2008-12-25 Ariel Fleslerjquery core: Closes #3255. The div used in jQuery.clean...
2008-12-25 Ariel Fleslerjquery core: Closes #3641. jQuery.merge stopped looping...
2008-12-25 Ariel Fleslerjquery core: Closes #3666. Removed old code.
2008-12-22 John ResigBumped the version number to 1.3b2pre.
2008-12-22 John ResigTagging the 1.3b1 release.
2008-12-22 John ResigSynced with Sizzle codebase (which removed the use...
2008-12-22 John ResigDisabled native event triggering (and, thus, bubbling...
2008-12-22 John ResigAdded a new liveQuery/event delegation hybrid method...
2008-12-22 John ResigMade sure that the correct event.taget is being used...
2008-12-22 John ResigAdded support for bubbling triggered events.
2008-12-22 John ResigAdded support for the new .closest() method (very usefu...
2008-12-21 John ResigOops, forgot to commit support.js.
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-12-21 John ResigFixed an issue with domManip where the incorrect docume...
2008-12-20 John ResigSyncing Sizzle codebase.
2008-12-20 John ResigAdded a missing semicolon.
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-12-19 John ResigRewrote the hide and show methods to fix the issue...
2008-12-19 John ResigFixed an issue with domManip where the incorrect clone...
2008-12-19 John ResigFixed a problem with multi-namespaced events not target...
2008-12-19 John ResigFixed an issue with how .data() was expecting output...
2008-12-19 John ResigFixed line-ending issue.
2008-12-19 John ResigTweaked mis-numbered makeArray test.
2008-12-19 John ResigSwitched to using DOM Fragments in domManip.
2008-12-19 John ResigAdded selector path logging (creates a trail that plugi...
2008-12-19 John ResigRemoving remaining strict-mode warnings.
2008-12-19 John ResigAdded support for multiple-namespaced events (in bind...
2008-12-19 John ResigSimplifying the DOM ready code, no longer attempting...
2008-12-18 Jörn Zaefferercore: cleanup of build - build.js isn't used anywhere
2008-12-16 Ariel Fleslertestrunner: re adding the test for a function within...
2008-12-16 Ariel Fleslertestrunner: adding tests for $.fn.hasClass.
2008-11-29 John ResigIE doesn't care for boolean checks of .createElement...
2008-11-18 John ResigMade a mistake in the patch for #3618, landing fix.
2008-11-18 John ResigThe code for handling Ajax timeouts was broken (the...
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-11-14 John ResigLanding fixes for tickets #2935 and #2688 (Aborting...
2008-11-13 Brandon Aaronfix the long standing 2px offset issue in QuirksMode...
2008-11-12 John ResigLanded the patch, by Diego, that 1) Removes browser...
2008-11-10 Brandon Aaronnew offset method, faster and no more browser detection
2008-11-07 Paul Bakauscore: height() method wasn't working reliably in Opera...
2008-10-29 Ariel Fleslerjquery core: closes #3541. Added isArray.
2008-10-29 Ariel Fleslerjquery core: forgot to remove a deprecated warning.
2008-10-29 Ariel Fleslerjquery core: improves #3248. Functions are supported...
2008-10-24 Jörn Zaefferercore: tests cleanup for compability with qunit updates...
2008-10-22 Ariel Fleslerjquery fx: closes #3496. $.fx.off = true; turns off...
2008-10-22 Ariel Fleslerjquery event: extra for #3498. Using the new mouse...
2008-10-21 Ariel Fleslerjquery event: closes #3498, adding $.fn.mouseenter...
2008-10-21 Ariel Fleslertest runner: Commented 2 tests that jam the suite.
2008-10-18 Ariel Fleslerjquery fx: closes #3495. Animations are synchronous...
2008-10-18 Ariel Fleslerjquery event: closes #3355. Added stopImmediatePropagat...
2008-10-18 Ariel Fleslerjquery core: closes #3485. Fixing a memory leak on IE.
2008-10-18 Ariel Fleslertestrunner: fixing tests that were broken due to recent...
2008-08-21 John ResigA test was using the old / child selector syntax -...
2008-08-14 Ariel Fleslerjquery core: fix for [5828]. Put 'function' instead...
2008-08-13 Ariel Fleslerjquery core: closes #3154. makeArray uses typeof instea...
2008-08-13 Ariel Fleslerjquery ajax: closes #3249. Slight modification on seria...
2008-08-12 Ariel Fleslerjquery core: closes #3248, #3079, #3026, #3176, #3202...
2008-08-11 Ariel Fleslerjquery ajax: misc optimization for $.fn.load().
2008-08-11 Ariel Fleslerjquery core: closes #3241. The 'length' property isn...
2008-08-10 Ariel Fleslerjquery core: small size optimizations for val().
2008-08-08 Jörn Zaefferercore/test: replaced local qunit copy with qunit via...
2008-08-08 Jörn Zaefferercore: deleted useless test/fix.html
2008-08-07 Ariel Fleslerjquery ajax: closes #3231. The ajax setting 'dataFilter...
2008-08-07 Ariel Fleslerjquery ajax: extends #3087. The xhr factory is now...
2008-08-04 Ariel Fleslerjquery ajax: closes #3087, #2167, #2128. The ajax trans...
2008-07-28 Ariel Fleslerjquery event: closes #3127. jQuery.event.special built...
2008-07-28 Ariel Fleslerjquery selector: closes #3023. The attribute filter...
2008-07-28 Ariel Fleslerjquery selector: closes #2939. $('[style]') wasn't...
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-07-23 Ariel Fleslerjquery core: closes #2968. Simplified isFunction, dropp...
2008-07-23 Ariel Fleslerjquery core: closes #3179. Fallback browser version...
2008-07-22 Ariel Fleslertest runner: adding scriptaculous 1.7.0 for the pollute...
next