Side navigation
#11948 closed bug (worksforme)
Opened June 21, 2012 04:21PM UTC
Closed June 23, 2012 01:27PM UTC
.hide() and .hide('fast') lead to different states.
| Reported by: | cnnaji2003@gmail.com | 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/
Attachments (0)
Change History (1)
Changed June 23, 2012 01:27PM UTC by comment:1
| resolution: | → worksforme |
|---|---|
| status: | new → closed |
Yes, the argumented form of hide/show is async and the no-arg form is sync. The docs are pretty clear about that.