Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |