Bug Tracker

Opened 11 years ago

Closed 11 years ago

#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:
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/

Change History (1)

comment:1 Changed 11 years ago by dmethvin

Resolution: worksforme
Status: newclosed

Yes, the argumented form of hide/show is async and the no-arg form is sync. The docs are pretty clear about that.

Note: See TracTickets for help on using tickets.