| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a couple JSLint-caught fixes. | John Resig | 2007-08-07 | 1 | -3/+3 |
* | Brought back jQuery.globalEval(), fixing bug #1425. | John Resig | 2007-07-31 | 1 | -1/+16 |
* | IE prunes whitespace from the start of innerHTML-injected strings. This fixes... | John Resig | 2007-07-30 | 1 | -1/+5 |
* | Fixed failing test for Safari 2. | John Resig | 2007-07-29 | 1 | -1/+1 |
* | Got .css() working in Safari 2 as well (a number of shortcuts had to be remov... | John Resig | 2007-07-29 | 1 | -10/+13 |
* | Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,... | John Resig | 2007-07-29 | 1 | -11/+42 |
* | Integrated the custom fx test suite into the main test suite. All tests are n... | John Resig | 2007-07-29 | 1 | -4/+4 |
* | $("#foo", xml) would always return an empty set, fixed (bug #877). Additional... | John Resig | 2007-07-25 | 1 | -1/+2 |
* | selectedIndex is now cloned cross-browser (#1294) | Brandon Aaron | 2007-07-21 | 1 | -8/+14 |
* | selectedIndex is now cloned in IE (#1294) | Brandon Aaron | 2007-07-21 | 1 | -15/+25 |
* | addClass doesn't fail when passed an undefined or null variable (#1309) | Brandon Aaron | 2007-07-21 | 1 | -1/+1 |
* | Added a fix for setting the style property in IE: .attr("style", "...") (bug ... | John Resig | 2007-07-21 | 1 | -2/+4 |
* | Safari doesn't return the correct computed opacity. (Fix for bug #1369) | John Resig | 2007-07-20 | 1 | -0/+3 |
* | Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777. | John Resig | 2007-07-20 | 1 | -2/+7 |
* | Added a fix for when trim receives a null value (bug #1395). | John Resig | 2007-07-20 | 1 | -1/+1 |
* | Made it so that you can set the text value of elements to numbers (in additio... | John Resig | 2007-07-20 | 1 | -1/+1 |
* | IE doesn't like doing attaching the mergeNum property to XML documents, so fo... | John Resig | 2007-07-20 | 1 | -5/+9 |
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 1 | -1/+1 |
* | Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se... | John Resig | 2007-07-08 | 1 | -4/+4 |
* | Added basic support for IFrames, disabled a test which we don't take into acc... | John Resig | 2007-07-08 | 1 | -6/+3 |
* | Making the test suite a little more XML-compliant. | John Resig | 2007-07-08 | 1 | -2/+2 |
* | commit annother trivial comment fix to reduce my local changesets | Ed Engelhardt | 2007-07-05 | 1 | -1/+1 |
* | The browser.version check was causing browsers with undetected useragents to ... | John Resig | 2007-07-03 | 1 | -1/+1 |
* | fix opacity issues in IE | Brandon Aaron | 2007-07-02 | 1 | -9/+10 |
* | Simplified some of the IE styleFloat/cssFloat code. | John Resig | 2007-06-30 | 1 | -4/+6 |
* | Fix for #1231 | Brandon Aaron | 2007-06-29 | 1 | -1/+1 |
* | Calling jQuery() with apply would break things (namely in the SlickSpeed test... | John Resig | 2007-06-29 | 1 | -1/+1 |
* | Added massive speed improvements to selectors. Also added support for :nth-ch... | John Resig | 2007-06-29 | 1 | -34/+36 |
* | Forgot to change the number of tests. | John Resig | 2007-06-26 | 1 | -1/+1 |
* | Disabled the test until after 1.1.3 (when we have time to deal with it). (Bug... | John Resig | 2007-06-26 | 1 | -2/+3 |
* | Adding test for #1182 | Brandon Aaron | 2007-05-31 | 1 | -1/+3 |
* | Rolling back Rev 1892 | Brandon Aaron | 2007-05-23 | 2 | -5/+2 |
* | remove an unused variable and its assignment in the 'map' method | Ed Engelhardt | 2007-05-22 | 1 | -1/+1 |
* | In r1576 on 2007-03-24 the merge() method was split into merge() and | Ed Engelhardt | 2007-05-22 | 1 | -13/+17 |
* | fix style, prefix and typo in a few comments | Ed Engelhardt | 2007-05-22 | 1 | -2/+2 |
* | Fix for #1198 | Brandon Aaron | 2007-05-16 | 1 | -2/+3 |
* | Fix for #921 (IE clones events) | Brandon Aaron | 2007-05-14 | 1 | -4/+23 |
* | Fix for #1182 | Brandon Aaron | 2007-05-13 | 1 | -1/+2 |
* | Fix for #1162 | Brandon Aaron | 2007-05-13 | 2 | -3/+16 |
* | Fix for #1163 | Brandon Aaron | 2007-05-13 | 2 | -2/+5 |
* | Fix for #1167 | Brandon Aaron | 2007-05-11 | 2 | -2/+7 |
* | Added some improvements to how the browser version is determined, based upon ... | John Resig | 2007-05-05 | 1 | -1/+1 |
* | removing the context and selector properties that I left in jQuery.prototype.... | Brandon Aaron | 2007-05-02 | 1 | -6/+2 |
* | This test is expected to fail. | John Resig | 2007-05-01 | 1 | -1/+1 |
* | Moving constructor code to jQuery.prototype.init for more flexibility | Brandon Aaron | 2007-05-01 | 1 | -30/+47 |
* | Changed test count to get the green bar back | Corey Jewett | 2007-04-30 | 1 | -1/+1 |
* | Append colgroup and col elements (#1044) | Brandon Aaron | 2007-04-30 | 2 | -2/+10 |
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In f... | John Resig | 2007-04-29 | 2 | -42/+18 |
* | Added jQuery.browser.version (see ticket #1101). Works in all browsers that w... | John Resig | 2007-04-28 | 1 | -0/+1 |
* | Fix for #1086: Append all caps HTML tags | Brandon Aaron | 2007-04-25 | 2 | -6/+10 |