Added a quick shortcut to improve the speed of $(DOMElement) by over 2x.
[jquery.git] / src /
2007-11-27 John ResigAdded a quick shortcut to improve the speed of $(DOMEle...
2007-11-19 Brandon AaronFix for #1933
2007-11-19 Brandon AaronFix for #1944. Added nodeName and tagName to jQuery...
2007-11-17 David SerdukeFixed #1074 where .html() was incorrectly changing...
2007-11-17 David SerdukeChanged core.js from CRLF to LF eol style to match...
2007-11-17 David SerdukeFix #1907 where the never-ending loop prevention used...
2007-11-16 David SerdukeFix #1905 bug where in IE the use of RegExp.test()...
2007-11-16 David SerdukeFixed #1095 bug where radio buttons became unchecked...
2007-11-16 David SerdukeFix #1827 bug where extra setInterval()s can be called...
2007-11-16 David SerdukeFixed #1727 bug where :nth-child() was non-standard...
2007-11-16 David SerdukeFixed #1822 bug where queue() didn't always default...
2007-11-16 David SerdukeFix for #1823 bug in animate {queue:false} plus a unit...
2007-11-14 Brandon AaronFix for #1925 and removed some unnecessary browser...
2007-11-14 Brandon AaronFix for #1911
2007-11-14 Brandon AaronFix for #1893
2007-11-05 David SerdukeAdded a check to make sure a parent node exists in...
2007-10-20 John ResigAdded a fix for .noConflict(true) not reverting properl...
2007-10-18 John ResigOk, self[...] was BS, switching to window[...], bug...
2007-10-18 John ResigAdded a fix for bug #1751, where the options getting...
2007-10-18 John ResigFix for bug #1638, where a non-string data could break...
2007-10-17 John ResigFix for bug #1546 where a deep copy was attempted of...
2007-10-17 John ResigAnother fix for bug #1584, ajaxStop would not be called...
2007-10-17 John ResigAdded a fix for bug #1698, in which injected scripts...
2007-10-15 John ResigFrom a suggestion by Diego, moved the jQuery.ready...
2007-10-12 Brandon AaronFixed .val(String) for select elements (#1760) [Thanks...
2007-10-12 Jörn ZaeffererFix for #1779
2007-10-06 Brandon AaronFix normalization of pageX and pageY event properties...
2007-10-06 Brandon AaronFixes memory leaks relating to events in IE with page...
2007-10-06 Brandon AaronFix regression in add and append in IE after revision...
2007-10-01 John ResigA fix for bug #1443, where globalEval occurred asynchro...
2007-10-01 John ResigSafari 2 was having problems with the syntax used for...
2007-09-27 John ResigFixed the attribution for the DOM Ready fix - the previ...
2007-09-27 Brandon AaronFix for #1153
2007-09-27 John ResigConverted jQuery to use the new DOM Ready technique...
2007-09-26 Brandon Aaronoffset: fixes for correct body offsets in safari and...
2007-09-23 John ResigCompletely overhauled the syntax of core - re-worked...
2007-09-21 Brandon Aaronoffset: added fixed position support and fixed opera...
2007-09-18 Brandon Aaronoffset: do not add borders for table cells
2007-09-18 Brandon AaronFixed #1474, setting selectedIndex
2007-09-18 Brandon AaronUse document.compatMode for quirks test in width/height...
2007-09-17 Brandon AaronFix width/height to work properly on window/document
2007-09-17 Brandon Aaronremove box global var from offset
2007-09-15 John ResigAdded fix for bug #1567 - uppercase nodeName test in...
2007-09-15 John ResigFixed animating to 0% (Bug #1586).
2007-09-15 John ResigForgot the 'var' statement, causing variables to leak...
2007-09-15 John ResigAdded .eq(Number) back in - I'm convinced that it's...
2007-09-15 John ResigAdded a fix for bug #1612, where :contains() was failin...
2007-09-15 John ResigConvert relative animations to use -= and += (instead...
2007-09-15 John Resigetooled the jQuery constructor, makes it work better...
2007-09-15 John ResigFixed bug #1594, #1565, #1598 - all of which were conce...
2007-09-15 John ResigAdded a fix for bug #1580, where the query string was...
2007-09-15 John ResigBug #1584, ajaxStop/complete calls weren't called for...
2007-09-15 John ResigFix for bug #1600 - multiple selects were being seriali...
2007-09-14 John ResigMake sure that the right event type is always triggered...
2007-09-14 John ResigFixed some bugs in how .queue() works (it wasn't handli...
2007-09-13 Brandon Aaronfix clone(true) for IE
2007-09-12 Sean CatchpoleAbsolutely position animations, damn my twichy fingers...
2007-09-12 Sean CatchpoleAnimate should absolutely position if a number is passe...
2007-09-11 Brandon Aaronsafari2 should just check the browser and version
2007-09-11 Brandon AaronInclude scroll offsets for everything but inline and...
2007-09-11 Brandon AaronCouple of fixes to the offset method
2007-09-10 John ResigFixed a bug that was occurring in the packed version...
2007-09-10 John ResigMade the expando code attach properties to an anonymous...
2007-09-10 John ResigFixed a bug in .dir() where it would return non-element...
2007-09-09 John ResigFixed spelling mistake.
2007-09-09 John ResigAdded an extra check for removing a named cache propert...
2007-09-09 John ResigLanding a version of $(document)/$(window) .width(...
2007-09-09 John ResigAdded .prevAll() and .nextAll() functionality.
2007-09-09 John ResigSo, apparently, I never committed the second half of...
2007-09-09 John ResigFixed some line ending issues.
2007-09-09 John ResigErrors were occuring with getScript, if you called...
2007-09-09 John ResigMoved the fx queueing over to the new expando system.
2007-09-09 John Resig.stop() wouldn't resume any queued animations.
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReintroduced .offset() as a default include, added...
2007-09-08 John ResigLanding the .clone() rewrite by Brandon (also includes...
2007-09-08 John ResigAdded the new .offset() method, directly imported from...
2007-09-08 John ResigAdded .hasClass() (Simply just passes through to .is()).
2007-09-08 John ResigFinished up some of the reorganization.
2007-09-08 John ResigReorganzing the jQuery source (first phase).
2007-09-08 John ResigAdded a new :animated selector - only selects elements...
2007-09-07 John ResigMassive FX rewrite. Full list of changes:
2007-09-07 John ResigFix for bug #760 (fontSize returns different values...
2007-09-07 John ResigFixed a bug in event - "native" is a reserved word...
2007-09-05 John ResigForgot to update the $.param() tests.
2007-09-05 John ResigRe-disabled the Ajax tests in Safari.
2007-09-05 John ResigIntegration of Mike Alsup's excellent form serializatio...
2007-09-04 John ResigAdded support for the new .andSelf() method. This metho...
2007-09-04 John ResigFix for bug #1549, where the DOM conversion of <code...
2007-09-04 John ResigMade it so that you can't change the type of an input...
2007-09-04 John ResigRemoved all deprecated functionality for jQuery 1.2...
2007-09-04 John ResigRemoved all inline documentation. The current version...
2007-09-04 John ResigAdded a new .stop() method which stops all animations...
2007-09-03 John ResigRe-disabled the ajax tests in Safari 3.
2007-09-03 John ResigAdded support for:
2007-09-03 John ResigAdded namespaced events to bind, unbind, and trigger...
2007-09-02 John ResigReverted the change that I made in #1320.
2007-08-31 John ResigAdded support for a new :header psuedo-selector (only...
2007-08-31 John ResigAdded support for .wrapInner() and .wrapAll() - and...
2007-08-31 John ResigAdded support for .contents(). Returns ALL child nodes...
next