| Commit message (Expand) | Author | Age | Files | Lines |
* | error case for an ajax test | Brandon Aaron | 2009-05-16 | 1 | -2/+6 |
* | prevent fx test html from showing in IE | Brandon Aaron | 2009-05-16 | 1 | -1/+1 |
* | unit tests for setting cellspacing, rowspan, and colspan | Brandon Aaron | 2009-05-16 | 1 | -1/+10 |
* | opacity is now retrieved from stylesheet in IE. fixes #3981 | Brandon Aaron | 2009-05-14 | 2 | -1/+8 |
* | another unit test for index method | Brandon Aaron | 2009-05-07 | 1 | -1/+2 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 1 | -1/+32 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 1 | -0/+18 |
* | unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m... | Brandon Aaron | 2009-05-04 | 1 | -0/+21 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 1 | -1/+2 |
* | testrunner: Updating an orphaned test | Ariel Flesler | 2009-05-03 | 1 | -1/+1 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 1 | -7/+13 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 1 | -8/+14 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 1 | -17/+46 |
* | actually should be 6330, not 6329 | Brandon Aaron | 2009-05-02 | 1 | -1/+1 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 1 | -21/+31 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 1 | -124/+124 |
* | live event handlers now receive data from trigger, fixes #4532, thanks nbubna | Brandon Aaron | 2009-04-30 | 1 | -1/+5 |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 1 | -1/+4 |
* | enable test for binding events cross-frame that was fixed in r6316 | Brandon Aaron | 2009-04-29 | 1 | -9/+5 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 1 | -2/+7 |
* | fix for #4216. css now ignores negative numbers for width and height when pas... | Brandon Aaron | 2009-04-22 | 1 | -1/+7 |
* | Added explicit module names to the new unit tests. | John Resig | 2009-04-20 | 4 | -3/+11 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 1 | -1/+1 |
* | moving dimension related unit tests to dimensions test module | Brandon Aaron | 2009-03-22 | 2 | -56/+56 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 4 | -84/+84 |
* | fix for #4189, live/die now work with contexts other than just document | Brandon Aaron | 2009-03-20 | 1 | -1/+19 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 6 | -1349/+1350 |
* | fix for #4374, gap in :hidden, :visible logic | Brandon Aaron | 2009-03-18 | 1 | -1/+16 |
* | fix for #3688, setting type attribute on button causes IE to throw error | Brandon Aaron | 2009-03-17 | 2 | -2/+12 |
* | Simplified the structure of the .css() and .attr() methods (reducing the numb... | John Resig | 2009-02-28 | 1 | -7/+0 |
* | jquery event: Fixing event.currentTarget for live(). | Ariel Flesler | 2009-02-23 | 1 | -1/+12 |
* | Made sure that .remove now uses multiFilter. Fixes bug #4205. | John Resig | 2009-02-20 | 1 | -1/+4 |
* | Fixed one of the selector tests that was reporting incorrectly in browsers th... | John Resig | 2009-02-19 | 1 | -1/+1 |
* | Disabled some of the animation tests that were being flaky. | John Resig | 2009-02-19 | 1 | -5/+8 |
* | Missed an other search-related test. | John Resig | 2009-02-18 | 1 | -1/+1 |
* | Fixed some tests that were changed (fixed!) by fixing #3966. | John Resig | 2009-02-18 | 1 | -6/+6 |
* | Made it so that search input elements are now serialized. Fixes bug #4107. | John Resig | 2009-02-18 | 3 | -7/+8 |
* | Made it so that appendTo, etc. return the inserted elements (thus using pushS... | John Resig | 2009-02-18 | 1 | -1/+22 |
* | Updated the show() tests to work without the use of jQuery.browser (the test ... | John Resig | 2009-02-17 | 1 | -7/+10 |
* | Reorganized and disabled some of the height/width tests. Need to look in to b... | John Resig | 2009-02-17 | 1 | -16/+18 |
* | Brought back the compareDocumentPosition code. While it is redundant in Firef... | John Resig | 2009-02-17 | 1 | -2/+2 |
* | Changed the currentTarget test - no need to test the native event triggering ... | John Resig | 2009-02-17 | 1 | -3/+1 |
* | Changed some of the fx/stop tests to handle the new test markup. | John Resig | 2009-02-17 | 1 | -5/+5 |
* | Made the div showing a little more explicit - making sure that it doesn't aff... | John Resig | 2009-02-17 | 1 | -1/+1 |
* | Tweaked some of the selector tests to handle some of the test page changes. | John Resig | 2009-02-17 | 1 | -4/+4 |
* | Reorganized some of the animation tests to work with the new hide/show changes. | John Resig | 2009-02-17 | 3 | -22/+23 |
* | Disabled one of the ordering tests that was taking a while to run. | John Resig | 2009-02-17 | 1 | -2/+2 |
* | Fixed some more CSS/visibility tests. | John Resig | 2009-02-17 | 1 | -5/+5 |
* | Changed a bunch of the DOM tests to work in Document Order. | John Resig | 2009-02-17 | 1 | -23/+11 |
* | Updated some of the display/visible/hidden tests to work on an appropriate el... | John Resig | 2009-02-17 | 1 | -5/+5 |