| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix for bug #1546 where a deep copy was attempted of DOM elements (which isn'... | 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 |
* | 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 |
* | Fixes memory leaks relating to events in IE with page unload and with jQuery ... | Brandon Aaron | 2007-10-06 | 1 | -6/+9 |
* | 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 |
* | Completely overhauled the syntax of core - re-worked variable names, formatti... | John Resig | 2007-09-23 | 1 | -423/+575 |
* | 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 |
* | Added fix for bug #1567 - uppercase nodeName test in .add(). | John Resig | 2007-09-15 | 1 | -1/+1 |
* | Added .eq(Number) back in - I'm convinced that it's more useful than the .sli... | John Resig | 2007-09-15 | 1 | -0/+4 |
* | etooled the jQuery constructor, makes it work better for embedding (Bug #1585... | John Resig | 2007-09-15 | 1 | -20/+19 |
* | Fixed bug #1594, #1565, #1598 - all of which were concerning the improper exe... | John Resig | 2007-09-15 | 1 | -7/+21 |
* | fix clone(true) for IE | Brandon Aaron | 2007-09-13 | 1 | -4/+10 |
* | Made the expando code attach properties to an anonymous object, as opposed to... | John Resig | 2007-09-10 | 1 | -2/+7 |
* | Fixed spelling mistake. | John Resig | 2007-09-09 | 1 | -1/+1 |
* | Added an extra check for removing a named cache property - calling it when it... | John Resig | 2007-09-09 | 1 | -8/+10 |
* | Landing a version of $(document)/$(window) .width()/.height(). It won't win a... | John Resig | 2007-09-09 | 1 | -4/+14 |
* | Added .prevAll() and .nextAll() functionality. | John Resig | 2007-09-09 | 1 | -1/+3 |
* | So, apparently, I never committed the second half of the new field value code... | John Resig | 2007-09-09 | 1 | -13/+42 |
* | Landing the new expando management code. Completely overhauls how data is ass... | John Resig | 2007-09-08 | 1 | -8/+67 |
* | Landing the .clone() rewrite by Brandon (also includes the new event cloning ... | John Resig | 2007-09-08 | 1 | -33/+14 |
* | Added .hasClass() (Simply just passes through to .is()). | John Resig | 2007-09-08 | 1 | -0/+4 |
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -0/+1014 |