Side navigation
#1057 closed bug (duplicate)
Opened March 18, 2007 05:53AM UTC
Closed March 24, 2007 06:01PM UTC
Last modified June 20, 2007 12:50AM UTC
chaining .hide(delay).show(delay) does not work
Reported by: | wick | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | effects | Version: | 1.1.2 |
Keywords: | hide, show, chaining, effect, queue | Cc: | |
Blocked by: | Blocking: |
Description
chaining .hide() followed by .show() does not work (FF2, IE7, jQuery 1.1.2) when an effect delay parameter is specified. For example
$('#myDiv').hide(300).show(300);
..results in the object animating to & staying hidden. Flip-flopping the chained methods to .show (300).hide(300) works fine.
Attachments (0)
Change History (1)
Changed March 24, 2007 06:01PM UTC by comment:1
need: | → Review |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #1052.