Bumping the version up to 1.3.2pre.
[jquery.git] / src /
2009-02-16 John ResigAdded support for class selectors and class attribute...
2009-02-16 John ResigFixed an issue with :nth-child selectors embedded in...
2009-02-16 John ResigChanged the jQuery hidden/visible selectors to be a...
2009-02-16 John ResigChange the behavior of how :visible and :hidden work...
2009-02-16 John ResigFixed a bug with certain + selectors failing (Fixes...
2009-02-15 John ResigFixed the issue where weird characters were being used...
2009-02-15 John ResigMake sure that [name=FOO] searches actually have the...
2009-02-15 John ResigAdded fixes for two different :not() bugs. One with...
2009-02-15 John ResigAdded some extra methods for making result set merging...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-14 John ResigThe compareDocumentPosition check was extraneous -...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigDuplication checks are now handled directly in Sizzle...
2009-02-14 John ResigOops, the sourceIndex of the documentElement in IE...
2009-02-14 John ResigMake sure that elements are returned in document order...
2009-02-13 John ResigAdded some significant speed-ups to height/width checks...
2009-02-13 John ResigLanding a fix for a case where the animation timer...
2009-02-10 John ResigMerging a bunch of changes back from Sizzle, by LosTFx.
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-02-09 John ResigAdded a performance improvement to .hide()/.show()...
2009-02-09 John ResigOptimized the clean() code to no longer use .trim(...
2009-02-09 John ResigRemoved use of .trim() in globalEval, fixes #4036.
2009-02-09 John ResigReworked the attribute selection code to be able to...
2009-02-09 John Resigmatch[4] is already saved in check - thanks Balazs.
2009-02-09 John ResigReworked the .clone() function in IE. Fixes jQuery...
2009-02-07 John ResigAdded a fix for empty attribute selection values. Fixes...
2009-02-07 John ResigAdding a tweak to prevent layout breaks in the boxModel...
2009-02-07 John ResigStopped a memory leak on getScript calls. Fixes #3962.
2009-02-07 John ResigAdded logic for not using getElementsByClassName in...
2009-01-28 John ResigAdded a fix, suggested by Diego, for IE firing the...
2009-01-23 John ResigMade the getAttribute check more explicit - comment...
2009-01-22 John ResigBumping Sizzle version to 0.9.3.
2009-01-21 John ResigAdded some additional checks to make sure that the...
2009-01-21 John ResigBumping the version of Sizzle up to 0.9.2.
2009-01-21 John ResigA follow-up for bug #3945. ID selectors don't work...
2009-01-21 John ResigMake sure that [name=foo] and #id selectors don't use...
2009-01-21 John ResigNow handle the case where Safari's querySelectorAll...
2009-01-21 John ResigAfter discussing it with a number of users I've decided...
2009-01-21 John ResigCHILD positions were being cached improperly. Tweaked...
2009-01-21 John ResigLanded a fix for timeouts not being aborted properly...
2009-01-20 John ResigFixed a missing semicolon. Fixes jQuery bug #3927.
2009-01-20 John ResigAdded a performance improvement to preFilter.CLASS...
2009-01-20 John ResigAdded support for a[name^='foo['] style selectors....
2009-01-20 John ResigMade sure that .removeClass(null) doesn't throw an...
2009-01-20 John ResigFocused support of .live(). stopPropagation and stopImm...
2009-01-20 John ResigRe-worked the logic for where .selector and .context...
2009-01-20 John ResigAdded some missing spaces - helps to calm XHTML error...
2009-01-19 John ResigBrought the logic for handling isXMLDoc over from Sizzle.
2009-01-19 John ResigMade sure that a child element exists before the check...
2009-01-19 Ariel Fleslerjquery event: closes #3843. Some events' timeStamp...
2009-01-19 John ResigRe-worked the logic for handling isXML detection.
2009-01-19 John ResigLanding a fix for non-link anchor tabIndex (from scott...
2009-01-19 John ResigFixed the logic for determining if an XML file is being...
2009-01-19 John ResigMerged some recent fixes in from Sizzle.
2009-01-17 John ResigMade the IE frameElement check more explicit. Fixes...
2009-01-14 Ariel Fleslerjquery fx: sync animations were being left on jQuery...
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...
next