Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check classes passed for duplicates. Fixes #9499. | timmywil | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | Attach background data to divs as well | timmywil | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary background setting in support now that we have the div ↵ | timmywil | 2011-05-25 | 1 | -0/+4 |
| | | | | reversion. Test added. | ||||
* | Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099. | jeresig | 2011-04-14 | 1 | -1/+6 |
|\ | | | | | | | | | Conflicts: test/data/testsuite.css | ||||
| * | Ticket #8099 Performance tweaking, credits | rwldrn | 2011-04-13 | 1 | -0/+2 |
| | | |||||
| * | Ticket 8099, Reattempt with iframe | rwldrn | 2011-04-12 | 1 | -0/+3 |
| | | |||||
* | | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵ | timmywil | 2011-04-12 | 1 | -0/+3 |
|/ | | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests | ||||
* | Revert "QUnit test for overriding important css declarations, references #4427" | jeresig | 2011-04-12 | 1 | -4/+0 |
| | | | | | | | | This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js | ||||
* | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 | jeresig | 2011-04-12 | 1 | -1/+1 |
|\ | |||||
| * | Adding unit tests for #8403 | louisremi | 2011-03-07 | 1 | -1/+1 |
| | | |||||
* | | QUnit test for overriding important css declarations, references #4427 | Azatoth | 2011-04-12 | 1 | -0/+4 |
|/ | |||||
* | Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into ↵ | Anton M | 2011-02-15 | 1 | -3/+0 |
| | | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js | ||||
* | Bug #8099 - Always restore to correct display value based on element's ↵ | rwldrn | 2011-01-31 | 1 | -0/+3 |
| | | | | expected default display | ||||
* | Update $.fn.animate to change display mode only when necessary (inline, ↵ | Colin Snover | 2010-10-05 | 1 | -0/+2 |
| | | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185. | ||||
* | Removing the old cow image from the effects tests - it's no longer needed. ↵ | John Resig | 2010-09-26 | 1 | -1/+1 |
| | | | | Fixes #7086. | ||||
* | Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵ | John Resig | 2009-11-11 | 1 | -0/+4 |
| | | | | Fixes #760. | ||||
* | Moved the jQuery-specific test suite CSS into a separate file. | John Resig | 2009-09-29 | 1 | -0/+105 |
| | |||||
* | core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵ | Jörn Zaefferer | 2008-08-08 | 1 | -129/+0 |
| | | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call | ||||
* | test runner: adding a new test page called 'polluted'. Where one can choose ↵ | Ariel Flesler | 2008-05-28 | 1 | -1/+13 |
| | | | | to pre-include other libraries and run the test suite with them. | ||||
* | jquery core: reverted qunit introduction until build scripts are updated | Jörn Zaefferer | 2008-05-08 | 1 | -0/+117 |
| | |||||
* | jquery testsuite: switch to qunit | Jörn Zaefferer | 2008-05-08 | 1 | -117/+0 |
| | |||||
* | show is now element aware (#960) | Brandon Aaron | 2007-12-08 | 1 | -0/+2 |
| | |||||
* | Added enchancement for #1994 by adding two parameters to .stop() which give ↵ | David Serduke | 2007-11-30 | 1 | -0/+2 |
| | | | | | | | additional functionality. The first parameter clearQueue will clear the queue on the necessary DOM elements so all animation will stop. The second parameter will cause the currently playing animation to immediately complete including reseting original styles on show and hide and calling the callback function. If no parameters are passed it will work as it always did. While adding unit testing I noticed the stop() unit test wasn't working correctly because the element was hidden so I fixed it and added more unit tests around the new functionality. I also added a cursor:pointer to the css (because for a long time I didn't know they were clickable). | ||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -0/+113 |