Updated the years on the licensing.
[jquery.git] / src / core.js
2008-02-01 John ResigUpdated the years on the licensing.
2008-01-26 John ResigDe-eval'd selectors and the various DOM methods (will...
2008-01-23 David SerdukeFix #2184 by using the jQuery.clean() function instead...
2008-01-14 David SerdukeChanging end of line from CRLF to just LF like the...
2008-01-14 John ResigAdded support for breaking in an object loop (Bug ...
2008-01-14 John ResigAdded a check to make sure that .style exists before...
2008-01-14 Jörn Zaeffererreverted change for #2114
2008-01-14 Jörn Zaeffererfix for #2114; refactored tests for bind() to highlight...
2008-01-12 John ResigTweaked comment for isFunction.
2007-12-21 David SerdukeFixed #2084 by added embed to the list of elements...
2007-12-20 David SerdukeFixed a couple problems found in the test suite. First...
2007-12-20 John ResigFixed #2027 - make sure that cloned elements (within...
2007-12-19 Brandon AaronInsure width/height do not return a negative number.
2007-12-18 David SerdukeFixed #2076 where .val() could return an array instead...
2007-12-18 Brandon Aaronwidth and height methods are now working properly
2007-12-17 David SerdukeFixed #2070 by adding a test for !nodeType to isArrayLi...
2007-12-17 David SerdukeFixed #2062 by adding a check to see if the selector...
2007-12-17 David SerdukeFixed #2037 where Opera would mis-state the value of...
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-13 John ResigAdded some improvements to changes made in [4143] for...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-13 Brandon AaronGetting the width and height of the document now return...
2007-12-12 David SerdukeFixed a bug in clone where it wouldn't work on an XML...
2007-12-11 Brandon AaronGreatly reduced the complexity of the width/height...
2007-12-10 David SerdukeFixed #1959 by postponing ALL script evaluations till...
2007-12-10 John ResigAdded a change that triples the speed of all uses of...
2007-12-08 Brandon AaronFixed clone so that it now properly copies changes...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-06 Jörn ZaeffererFix for #2002
2007-12-05 David SerdukeFixed #1419 where IE failed with .text() on an XML...
2007-12-05 David SerdukeFixed #1264. If you read the bug there were many propo...
2007-12-04 David SerdukeFixed #1763 by checking to see if .createElement()...
2007-12-04 David SerdukeFixed #1438 where a filter could be set in IE but not...
2007-11-30 David SerdukeFixed a problem with changeset [3841] where a function...
2007-11-30 David SerdukeRemoved comments and code related to Safari being unabl...
2007-11-28 David SerdukeBack out one of the changes from the previous commit...
2007-11-28 David SerdukeFixed #1908 by testing to make sure it isn't null befor...
2007-11-28 David SerdukeFixed #1070 by converting all setAttribute() values...
2007-11-28 David SerdukeFixed #1714 by adding a default empty string if the...
2007-11-28 David SerdukeFixed #1599 as Brandon suggested to ignore negative...
2007-11-27 David SerdukeFixed #1942 but running jQuery.css() before jQuery...
2007-11-27 John ResigAdded a quick shortcut to improve the speed of $(DOMEle...
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 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.