fixing a few more memory leaks in IE
[jquery.git] / src /
2009-04-22 Brandon Aaronfixing a few more memory leaks in IE
2009-04-22 Brandon Aaronoffset returns null for window and document elements...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-22 Brandon Aaronfix for #3546. css now works with other windows than...
2009-04-22 Brandon Aaronfix for #4268. bind now works with iframe windows....
2009-04-22 Brandon Aaronfix for #2911
2009-04-22 Brandon Aaronremove radix param for parseFloat calls
2009-04-22 Brandon Aaronwidth, height, scrollLeft, and scrollTop now work with...
2009-04-21 Brandon Aaronclean up offset. #4456 thanks pbcomm
2009-04-21 Brandon Aaronactually don't need to null out as much as i thought...
2009-04-21 Brandon Aaronfixing memory leaks in IE
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
2009-03-30 Brandon Aaronfix for #4439, offset.initialize can cause the page...
2009-03-27 Brandon Aaronfix for #4378, base tag causes javascript error in...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-22 Brandon Aaronmoving some vars from manipulations.js to attributes.js
2009-03-22 Brandon Aaronfix for #4399, removing unused variables
2009-03-20 Brandon Aaronfix for #4189, live/die now work with contexts other...
2009-03-19 John ResigAdded some more information to the unload event cleanup.
2009-03-19 Brandon Aaronfix for #4115
2009-03-19 Brandon Aaronfix for #4263, better support for nested fixed position...
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-18 Brandon Aaronfix for #4374, gap in :hidden, :visible logic
2009-03-18 Brandon Aaronfix for #4204, fadeTo shows hidden elements before...
2009-03-18 Brandon Aaronfix for #4074, pass context to jQuery.clean for jQuery...
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-03-17 Brandon Aaronusing parseFloat for offset and position methods and...
2009-03-17 Brandon Aaronreturn null when no matched elements exist for offset...
2009-03-17 Brandon Aaronsome clean up in the offset method
2009-03-17 John ResigBacked out commit [6260], was causing too many problems...
2009-03-06 Ariel Fleslerjquery dimensions: removed redundant code
2009-03-05 Ariel Fleslerjquery core: Fixed a typo in a comment, closes #4294.
2009-02-28 John ResigRemoved the objectAll check from jQuery.support, was...
2009-02-28 John ResigSimplified the structure of the .css() and .attr()...
2009-02-27 John ResigMoved to a generic solution for copying methods over...
2009-02-26 John ResigNo longer use arguments.callee or RegExp (use new RegEx...
2009-02-26 John ResigAs it turns out, the context was being started at a...
2009-02-25 John ResigRemoved the need for the results set to have array...
2009-02-25 John ResigMade some changes to how .find() works, inlined the...
2009-02-25 John ResigSimplified the isXML function, no need to use recursion.
2009-02-25 John ResigExpose the sort/unique code from Sizzle as Sizzle.uniqu...
2009-02-25 John ResigCut down on some more function calls for jQuery(.....
2009-02-25 John ResigReduced the number of function calls required for ...
2009-02-25 John ResigLanded some improvements for improving the performance...
2009-02-23 John ResigOverhauled the .remove() and .empty() methods to be...
2009-02-23 Ariel Fleslerjquery event: Fixing event.currentTarget for live().
2009-02-20 John ResigTagged the Sizzle 1.0 release.
2009-02-20 John ResigMade sure that .remove now uses multiFilter. Fixes...
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-02-18 John ResigMade it so that appendTo, etc. return the inserted...
2009-02-18 John ResigA speedup for .remove() (which also speeds up .html...
2009-02-17 John ResigSwitch to using createRange for element comparision...
2009-02-17 John ResigBrought back the compareDocumentPosition code. While...
2009-02-17 Ariel Fleslerjquery event: closes #4033. e.currentTarget wasn't...
2009-02-16 Brandon Aaronfix show issue in IE 6. "olddisplay" is sometimes undef...
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...
next