Opened 11 years ago
Closed 11 years ago
#11948 closed bug (worksforme)
.hide() and .hide('fast') lead to different states.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using .hide() and .hide('fast') on child elements leads to inconsistent states.
The mid element this example is properly hidden here: http://jsfiddle.net/9DWMZ/1/
But is visible here: http://jsfiddle.net/BVgxx/
Note: See
TracTickets for help on using
tickets.
Yes, the argumented form of hide/show is async and the no-arg form is sync. The docs are pretty clear about that.