core: removed outdated docs target from makefile
[jquery.git] / src /
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-13 John ResigAdded a trailing / in the innerHTML support test to...
2009-01-12 John ResigMerged in from Sizzle - a change to child filter select...
2009-01-12 John ResigMerged in a fix from Sizzle for :not(:first).
2009-01-12 John ResigOnly try to wrap the element if it's not disconnected...
2009-01-12 John ResigFixed an issue with parentNode being accessed in attr...
2009-01-12 John ResigMade a note about the push method.
2009-01-11 John ResigMade the case specific of the type attribute.
2009-01-11 John ResigMerging the latest from Sizzle.
2009-01-11 John ResigPrevented non-script <script> blocks from executing...
2009-01-11 John ResigFixed boxModel support - is now computed with feature...
2009-01-10 John Resig.closest() with positional selectors wasn't worked...
2009-01-10 John ResigLanded a fix for when a DOM element gets accidentally...
2009-01-10 John ResigFixed an issue with script nodes being removed incorrec...
2009-01-09 John ResigDidn't get specific enough with the proxy guid, fixes...
2009-01-09 John ResigMade it so that you can bind a single function to multi...
2009-01-08 Ariel Fleslerjquery event: Fixes #3538. unbind on many events was...
2009-01-08 John ResigSelector state wasn't being passed along on a cloned...
2009-01-07 Scott GonzálezFixed tabindex normalization so that elements that...
2009-01-07 John ResigMerged in a missing argument from Sizzle.
2009-01-07 John ResigLanded a number of improvements to the selector engine...
2009-01-06 John ResigMade the .unqiue() within .find() optional (speeds...
2009-01-05 Ariel Fleslerjquery selector: Replacing {0,1} for ? in a regex.
2009-01-05 John ResigSwitched back to the old style of running embedded...
2009-01-05 John ResigOops, order of operations.
2009-01-05 John ResigBrought in a fix from Sizzle - IE doesn't have .contain...
2009-01-05 John ResigThe triggered flag was being set too early, which was...
2009-01-05 John ResigMake sure that if no ownerDocument is available that...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 Ariel Fleslerjquery event: Removed a needless if (old code)
2009-01-05 Ariel Fleslerjquery intro: looks nicer when built
2009-01-05 Ariel Fleslerjquery fx: Shortening the code additions on [6037].
2009-01-05 John ResigMerging from Sizzle (fixed a bug when querySelectorAll...
2009-01-05 John ResigMade hide, show, toggle, slideUp, slideDown, and slideT...
2009-01-05 John ResigSynced with the Sizzle repository.
2009-01-04 John Resig.live("div div") was failing due to the extra space...
2009-01-04 John ResigMoved the copyright to the intro file, added a ! so...
2009-01-04 Ariel Fleslerjquery event: event.stopImmediatePropagation() stops...
2009-01-04 Ariel Fleslerjquery core: Misc file size optimizations.
2009-01-04 Ariel Fleslerjquery ajax: File size optimization for compressed...
2009-01-04 Ariel Fleslerjquery core: Allowing whitespaces within the [6026...
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 ...
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 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 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 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 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-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.
next