| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed comments and code related to Safari being unable to do a sync global ... | David Serduke | 2007-11-30 | 2 | -5/+1 |
* | Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca... | David Serduke | 2007-11-29 | 1 | -1/+1 |
* | Fixed #1450 by returning 1223 as success. Couldn't normalize the status sinc... | David Serduke | 2007-11-29 | 1 | -2/+3 |
* | Back out one of the changes from the previous commit that wasn't necessary to... | David Serduke | 2007-11-28 | 1 | -1/+1 |
* | Fixed #1908 by testing to make sure it isn't null before checking the nodeType. | David Serduke | 2007-11-28 | 1 | -2/+2 |
* | Fixed #1070 by converting all setAttribute() values to a string which is what... | David Serduke | 2007-11-28 | 1 | -1/+2 |
* | Fixed #1701 by passing through the arguments as suggested. | David Serduke | 2007-11-28 | 1 | -1/+1 |
* | Fixed #1714 by adding a default empty string if the value is falsey. | David Serduke | 2007-11-28 | 1 | -1/+1 |
* | Fixed #1599 as Brandon suggested to ignore negative values to width and heigh... | David Serduke | 2007-11-28 | 1 | -3/+6 |
* | Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when t... | David Serduke | 2007-11-27 | 2 | -4/+4 |
* | Fixed #1970 by returning true instead of false when the mouse moves over a su... | David Serduke | 2007-11-27 | 1 | -2/+3 |
* | Added a quick shortcut to improve the speed of $(DOMElement) by over 2x. | John Resig | 2007-11-27 | 1 | -1/+7 |
* | Fix for #1933 | Brandon Aaron | 2007-11-19 | 1 | -1/+1 |
* | Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxle... | Brandon Aaron | 2007-11-19 | 1 | -1/+3 |
* | Fixed #1074 where .html() was incorrectly changing the selected value of an o... | David Serduke | 2007-11-17 | 1 | -1/+1 |
* | Changed core.js from CRLF to LF eol style to match the rest of the source fil... | David Serduke | 2007-11-17 | 1 | -1325/+1325 |
* | Fix #1907 where the never-ending loop prevention used a coersion comparison w... | David Serduke | 2007-11-17 | 1 | -2/+8 |
* | Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to ... | David Serduke | 2007-11-16 | 1 | -1/+1 |
* | Fixed #1095 bug where radio buttons became unchecked during show(). Also adde... | David Serduke | 2007-11-16 | 1 | -1/+1 |
* | Fix #1827 bug where extra setInterval()s can be called during animation. | David Serduke | 2007-11-16 | 1 | -4/+7 |
* | Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ... | David Serduke | 2007-11-16 | 1 | -9/+12 |
* | Fixed #1822 bug where queue() didn't always default to type 'fx'. | David Serduke | 2007-11-16 | 1 | -1/+3 |
* | Fix for #1823 bug in animate {queue:false} plus a unit test. | David Serduke | 2007-11-16 | 1 | -1/+2 |
* | Fix for #1925 and removed some unnecessary browser sniffing | Brandon Aaron | 2007-11-14 | 1 | -8/+8 |
* | Fix for #1911 | Brandon Aaron | 2007-11-14 | 1 | -4/+5 |
* | Fix for #1893 | Brandon Aaron | 2007-11-14 | 1 | -1/+2 |
* | Added a check to make sure a parent node exists in call remove() to avoid err... | David Serduke | 2007-11-05 | 1 | -1/+2 |
* | Added a fix for .noConflict(true) not reverting properly. Also added unit tes... | John Resig | 2007-10-20 | 1 | -4/+4 |
* | Ok, self[...] was BS, switching to window[...], bug #1748. | John Resig | 2007-10-18 | 1 | -1/+1 |
* | Added a fix for bug #1751, where the options getting overwritten for an anima... | John Resig | 2007-10-18 | 1 | -3/+3 |
* | Fix for bug #1638, where a non-string data could break an Ajax request. | John Resig | 2007-10-18 | 1 | -2/+2 |
* | Fix for bug #1546 where a deep copy was attempted of DOM elements (which isn'... | John Resig | 2007-10-17 | 1 | -1/+1 |
* | Another fix for bug #1584, ajaxStop would not be called for a cross-domain re... | John Resig | 2007-10-17 | 1 | -1/+1 |
* | Added a fix for bug #1698, in which injected scripts were executed out of ord... | John Resig | 2007-10-17 | 1 | -19/+31 |
* | From a suggestion by Diego, moved the jQuery.ready() call outside of the try{... | John Resig | 2007-10-15 | 1 | -16/+12 |
* | Fixed .val(String) for select elements (#1760) [Thanks Sam] | Brandon Aaron | 2007-10-12 | 1 | -1/+1 |
* | Fix for #1779 | Jörn Zaefferer | 2007-10-12 | 1 | -1305/+1305 |
* | Fix normalization of pageX and pageY event properties in IE (#1571). Thanks w... | Brandon Aaron | 2007-10-06 | 1 | -2/+2 |
* | Fixes memory leaks relating to events in IE with page unload and with jQuery ... | Brandon Aaron | 2007-10-06 | 2 | -37/+47 |
* | Fix regression in add and append in IE after revision 3463 | Brandon Aaron | 2007-10-06 | 1 | -5/+10 |
* | A fix for bug #1443, where globalEval occurred asynchronously in Safari 2, pr... | John Resig | 2007-10-01 | 1 | -8/+12 |
* | Safari 2 was having problems with the syntax used for the ready handling. | John Resig | 2007-10-01 | 1 | -3/+6 |
* | Fixed the attribution for the DOM Ready fix - the previously used changes wer... | John Resig | 2007-09-27 | 1 | -3/+3 |
* | Fix for #1153 | Brandon Aaron | 2007-09-27 | 1 | -2/+2 |
* | Converted jQuery to use the new DOM Ready technique (by checking scroll). A s... | John Resig | 2007-09-27 | 1 | -37/+12 |
* | offset: fixes for correct body offsets in safari and mozilla (thanks Wizzud) | Brandon Aaron | 2007-09-26 | 1 | -26/+15 |
* | Completely overhauled the syntax of core - re-worked variable names, formatti... | John Resig | 2007-09-23 | 1 | -423/+575 |
* | offset: added fixed position support and fixed opera issue with borders on ab... | Brandon Aaron | 2007-09-21 | 1 | -8/+31 |
* | offset: do not add borders for table cells | Brandon Aaron | 2007-09-18 | 1 | -1/+1 |
* | Fixed #1474, setting selectedIndex | Brandon Aaron | 2007-09-18 | 1 | -1/+2 |