Tagging the 1.2.2b2 release.
[jquery.git] / src /
2007-12-20 John ResigFixed #2027 - make sure that cloned elements (within...
2007-12-20 David SerdukeChanged the $(document).ready() code to try and solve...
2007-12-19 Brandon Aaronoffset: make sure there is a parent node to work on...
2007-12-19 Brandon Aaronoffset: make sure border width always gets calculated...
2007-12-19 David SerdukeFixed #2077 by adding a var to make it a local variable...
2007-12-19 Brandon AaronShort-circuit jQuery.event.fix if it has already fixed...
2007-12-19 Brandon AaronInsure width/height do not return a negative number.
2007-12-19 David SerdukeSecond part of the fix for #2071. An empty string...
2007-12-19 David SerdukeChanged CRLF end of lines to just LF. Other than that...
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-18 Richard WorthFixed #1887 - trigger fails if extra is not a function
2007-12-17 David SerdukeFixed #2070 by adding a test for !nodeType to isArrayLi...
2007-12-17 Brandon AaronFixed #2069. The ready helper and shortcuts act the...
2007-12-17 David SerdukeFixed #2062 by adding a check to see if the selector...
2007-12-17 Brandon AaronFixed #2064
2007-12-17 David SerdukeFixed #2037 where Opera would mis-state the value of...
2007-12-17 David SerdukeAdded code to remove the script tag on successful jsonp...
2007-12-17 John ResigThe extra & was getting gobbled, oops.
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-16 Brandon AaronCleaned up mouseenter and mouseleave special events
2007-12-16 David SerdukeChanged window.frameElement to window == top because...
2007-12-16 David SerdukeAdded code so an iframe in IE won't count on doScroll...
2007-12-16 Brandon AaronRenaming variables to be more consistent
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-15 David SerdukeAdded feature #1934 by allowing script.charset to be...
2007-12-15 Brandon Aaronnew special events api, ready is now a first class...
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-14 John ResigAdded an extra try block to handle FF 3 x-domain reques...
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 #1750 by adding a url that starts with "//" and...
2007-12-12 Brandon AaronAdded more unit tests for offset. Fixed an offset issue...
2007-12-12 David SerdukeFixed a bug in clone where it wouldn't work on an XML...
2007-12-11 David SerdukeFix #1987 by only doing remote <script> type ajax with...
2007-12-11 Brandon AaronGreatly reduced the complexity of the width/height...
2007-12-11 Brandon AaronFix for #2032
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-08 Brandon Aaronshow is now element aware (#960)
2007-12-08 Brandon AaronFix for #1486. Prevent IE from throwing an error when...
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 SerdukeA partial rollback of the refactoring done in [4032...
2007-12-05 David SerdukeRefactored jQuery.find() such that jQuery.nodeName...
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 Brandon Aaronoffset now uses clientLeft and clientTop instead of...
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-12-04 David SerdukeFor fix #1999 changed the RegExp to be non-greedy....
2007-12-04 David SerdukeFixed #1999 by replacing the 'no-cache' parameter if...
2007-12-03 David SerdukeFixed [1993] although it actually wasn't a bug in the...
2007-11-30 David SerdukeAdded enchancement for #1994 by adding two parameters...
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-29 David SerdukeFixed #1557, although it doesn't appear to be just...
2007-11-29 David SerdukeFixed #1450 by returning 1223 as success. Couldn't...
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 #1701 by passing through the arguments as suggested.
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 David SerdukeFixed #1970 by returning true instead of false when...
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...
next