Modify ↓
Ticket #11948 (closed bug: worksforme)
.hide() and .hide('fast') lead to different states.
| Reported by: | cnnaji2003@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.