Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 1 | -0/+12 |
| | | | | | | | Ref ee0f61647cb93d587764280b1278807d9ff86fc9 Ref gh-2828 Ref gh-2836 Fixes gh-2909 | ||||
* | Revert "CSS: Ignore the CSS cascade in show()/hide()/etc." | Oleg Gaidarenko | 2015-11-13 | 1 | -2/+10 |
| | | | | This reverts commit 86419b10bfa5e3b71a7d416288ab806d47a31d1f. | ||||
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 1 | -10/+2 |
| | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 | ||||
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 1 | -0/+3 |
| | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 | ||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 1 | -1/+0 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -14/+1 |
| | |||||
* | Correct spacing. | Michał Gołębiowski | 2013-04-15 | 1 | -40/+40 |
| | |||||
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1156. | Oleg | 2013-02-04 | 1 | -0/+2 |
| | |||||
* | No ticket: fix effects test failure in IE6. Close gh-1012. | Timo Tijhof | 2012-10-31 | 1 | -7/+29 |
| | |||||
* | Image location is relative to css file, not html file. | Dave Methvin | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | Fix #11971: force numeric animation start to be numeric, closes gh-836. | Richard Gibson | 2012-07-05 | 1 | -1/+4 |
| | |||||
* | Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown ↵ | timmywil | 2011-10-23 | 1 | -0/+3 |
| | | | | | | | | elems. Fixes #10501. More Details: - https://github.com/jquery/jquery/pull/550 - http://bugs.jquery.com/ticket/10501 | ||||
* | Unit test for #6652 | Corey Frang | 2011-07-13 | 1 | -0/+2 |
| | |||||
* | 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 |