aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testsuite.css
Commit message (Collapse)AuthorAgeFilesLines
* Update $.fn.animate to change display mode only when necessary (inline, ↵Colin Snover2010-10-051-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 Resig2010-09-261-1/+1
| | | | Fixes #7086.
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵John Resig2009-11-111-0/+4
| | | | Fixes #760.
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-291-0/+105
|
* core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵Jörn Zaefferer2008-08-081-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 Flesler2008-05-281-1/+13
| | | | to pre-include other libraries and run the test suite with them.
* jquery core: reverted qunit introduction until build scripts are updatedJörn Zaefferer2008-05-081-0/+117
|
* jquery testsuite: switch to qunitJörn Zaefferer2008-05-081-117/+0
|
* show is now element aware (#960)Brandon Aaron2007-12-081-0/+2
|
* Added enchancement for #1994 by adding two parameters to .stop() which give ↵David Serduke2007-11-301-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 Resig2007-09-081-0/+113