| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxle... | Brandon Aaron | 2007-11-19 | 3 | -5/+16 |
* | Slightly altered a test that was causing IE7 in some cases to hard crash. Th... | David Serduke | 2007-11-18 | 1 | -2/+2 |
* | Fixed #1074 where .html() was incorrectly changing the selected value of an o... | David Serduke | 2007-11-17 | 2 | -3/+7 |
* | 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 | 2 | -3/+20 |
* | 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 | 5 | -41/+72 |
* | 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 | 2 | -10/+32 |
* | Fixed #1822 bug where queue() didn't always default to type 'fx'. | David Serduke | 2007-11-16 | 2 | -2/+21 |
* | Fix for #1823 bug in animate {queue:false} plus a unit test. | David Serduke | 2007-11-16 | 2 | -1/+25 |
* | 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 |
* | Spelling mistake. | John Resig | 2007-10-20 | 1 | -1/+1 |
* | Added a fix for .noConflict(true) not reverting properly. Also added unit tes... | John Resig | 2007-10-20 | 3 | -4/+26 |
* | 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 | 2 | -5/+6 |
* | 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 | 2 | -20/+36 |
* | 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 | 2 | -2/+5 |
* | 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 | 2 | -10/+21 |
* | 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 |
* | Disabled the Ajax tests from running locally. | John Resig | 2007-09-23 | 2 | -55/+57 |
* | 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 |
* | Use document.compatMode for quirks test in width/height method | Brandon Aaron | 2007-09-18 | 1 | -1/+1 |
* | Fix width/height to work properly on window/document | Brandon Aaron | 2007-09-17 | 1 | -2/+13 |
* | remove box global var from offset | Brandon Aaron | 2007-09-17 | 1 | -1/+1 |
* | Tagging the 1.2.1 release.1.2.1 | John Resig | 2007-09-17 | 1 | -1/+1 |
* | Added fix for bug #1567 - uppercase nodeName test in .add(). | John Resig | 2007-09-15 | 1 | -1/+1 |
* | Fixed animating to 0% (Bug #1586). | John Resig | 2007-09-15 | 1 | -2/+2 |
* | Forgot the 'var' statement, causing variables to leak. (Bug #1592) | John Resig | 2007-09-15 | 1 | -2/+2 |
* | Added .eq(Number) back in - I'm convinced that it's more useful than the .sli... | John Resig | 2007-09-15 | 2 | -1/+7 |
* | Added a fix for bug #1612, where :contains() was failing on XML documents, in... | John Resig | 2007-09-15 | 1 | -1/+1 |
* | Convert relative animations to use -= and += (instead of just - and +, which ... | John Resig | 2007-09-15 | 1 | -7/+4 |