Side navigation
#9668 closed bug (invalid)
Opened June 25, 2011 06:10AM UTC
Closed June 25, 2011 01:42PM UTC
Delay function
Reported by: | joris.vr@gmail.com | Owned by: | joris.vr@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | effects | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
The delay function isn't working properly!
Javascript seems to ignore it!
I checked it in the docs of jQuery and there is doesn't work either!
Joris
Attachments (0)
Change History (3)
Changed June 25, 2011 01:22PM UTC by comment:1
component: | unfiled → effects |
---|---|
owner: | → joris.vr@gmail.com |
status: | new → pending |
Changed June 25, 2011 01:35PM UTC by comment:2
status: | pending → new |
---|
This should be working:
However, in stead of waiting the 4000 ms, the text is changed after 0 ms.
Changed June 25, 2011 01:42PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
The .delay()
method delays *queued* operations such as animation effects. It does not delay non-queued methods such as .html()
.
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, I've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.