Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | die. This, at least, makes it fail gracefully. | |||||
* | 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 ↵ | John Resig | 2007-06-29 | 1 | -1/+1 | |
| | | | | test suite). | |||||
* | Added massive speed improvements to selectors. Also added support for ↵ | John Resig | 2007-06-29 | 1 | -34/+36 | |
| | | | | :nth-child(An+B) syntax. | |||||
* | 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). ↵ | John Resig | 2007-06-26 | 1 | -2/+3 | |
| | | | | (Bug #975) | |||||
* | 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 | |
| | | | | | | | unique() for speed improvement reasons. Document this fact and also be clear about the fact that merge() is a generic function while unique() really works just with jQuery objects. | |||||
* | 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 | |
| | | | | the suggestions of 'hobbit' in [1101]. | |||||
* | removing the context and selector properties that I left in ↵ | Brandon Aaron | 2007-05-02 | 1 | -6/+2 | |
| | | | | jQuery.prototype.init | |||||
* | 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 ↵ | John Resig | 2007-04-29 | 2 | -42/+18 | |
| | | | | fixing this, revision [1771] was discovered and reverted (no API changes are being added in at this time), and a couple un-functioning test cases were fixed (array comparisions were being done for objects). | |||||
* | Added jQuery.browser.version (see ticket #1101). Works in all browsers that ↵ | John Resig | 2007-04-28 | 1 | -0/+1 | |
| | | | | we support. | |||||
* | Fix for #1086: Append all caps HTML tags | Brandon Aaron | 2007-04-25 | 2 | -6/+10 | |
| | ||||||
* | Fix for #1114: Appending legend elements in Firefox | Brandon Aaron | 2007-04-25 | 2 | -1/+8 | |
| | ||||||
* | Fix for #1087: Using appendTo with select elements | Brandon Aaron | 2007-04-25 | 2 | -4/+8 | |
| | ||||||
* | Add hook for modifying the merge behavior of $.extend. Specifically, and ↵ | Corey Jewett | 2007-04-23 | 1 | -4/+27 | |
| | | | | time there is a collision between the target and mergee this function is called to resolve it. | |||||
* | Small optimization to jQuery.css to save 12 bytes | Brandon Aaron | 2007-04-03 | 1 | -4/+4 | |
| | ||||||
* | Added a number of additional speed gains (we now hold our own against Dojo ↵ | John Resig | 2007-03-26 | 2 | -832/+831 | |
| | | | | and DOMQuery), touched up some of the selector code, fixed some minor bugs, fixed a bug with triggerEvent in Opera, fixed some more test case bugs. | |||||
* | Added fix for bug #945 (Finding items with an ID of length in IE and Opera). | John Resig | 2007-03-25 | 1 | -1/+3 | |
| | ||||||
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵ | John Resig | 2007-03-25 | 1 | -71/+70 | |
| | | | | new triggerEvent() method to the test runner to help us better test actual event interactions. | |||||
* | Added test for #769 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+17 | |
| | ||||||
* | Added test for #968 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+9 | |
| | ||||||
* | Added test for #975, so far it passes only in opera | Jörn Zaefferer | 2007-03-25 | 1 | -0/+5 | |
| | ||||||
* | Added support for escaping selectors in ID and Classname queries (#143). You ↵ | John Resig | 2007-03-25 | 1 | -4/+1 | |
| | | | | need to be sure to double-escape selectors, though, as JavaScript requires it to get the right effect. | |||||
* | Merged my speed improvements into the jQuery core (is actually 200b smaller ↵ | John Resig | 2007-03-24 | 1 | -21/+18 | |
| | | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed. | |||||
* | Added support for comma-separated .is(), touched up the test cases. Resolves ↵ | John Resig | 2007-03-24 | 2 | -5/+5 | |
| | | | | #977. | |||||
* | An Ajax-based test was being run locally (which doesn't work). | John Resig | 2007-03-24 | 1 | -8/+13 | |
| | ||||||
* | Added a fix and test for bug #978 (Appending elements into an IFrame, in IE). | John Resig | 2007-03-24 | 2 | -8/+25 | |
| | ||||||
* | Update to fix for #1064 and tests | Brandon Aaron | 2007-03-22 | 2 | -7/+9 | |
| | ||||||
* | That should have been a string, not a number | Brandon Aaron | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | Fix for #1064 and added tests for setting/getting opacity | Brandon Aaron | 2007-03-21 | 2 | -3/+21 | |
| | ||||||
* | Forced the test suite into standards mode. Fixed some issues with how ↵ | John Resig | 2007-03-16 | 1 | -15/+15 | |
| | | | | opacity was handled in IE. Fixed a number of IE fx bugs. | |||||
* | Removed some un-needed code from css() and fixed a bug with how Safari ↵ | John Resig | 2007-03-16 | 1 | -6/+2 | |
| | | | | handles childNodes in makeArray. |