Changed core.js from CRLF to LF eol style to match the rest of the source files....
[jquery.git] / src / core.js
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 SerdukeFixed #1095 bug where radio buttons became unchecked...
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-17 John ResigFix for bug #1546 where a deep copy was attempted of...
2007-10-17 John ResigAdded a fix for bug #1698, in which injected scripts...
2007-10-12 Brandon AaronFixed .val(String) for select elements (#1760) [Thanks...
2007-10-12 Jörn ZaeffererFix for #1779
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-09-23 John ResigCompletely overhauled the syntax of core - re-worked...
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-15 John ResigAdded fix for bug #1567 - uppercase nodeName test in...
2007-09-15 John ResigAdded .eq(Number) back in - I'm convinced that it's...
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-13 Brandon Aaronfix clone(true) for IE
2007-09-10 John ResigMade the expando code attach properties to an anonymous...
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-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigLanding the .clone() rewrite by Brandon (also includes...
2007-09-08 John ResigAdded .hasClass() (Simply just passes through to .is()).
2007-09-08 John ResigFinished up some of the reorganization.