Opened 10 years ago
Closed 10 years ago
#14127 closed bug (notabug)
toggle works incorrectly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/4QUCr/ - toggle collapses the content
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
I'm talking about http://api.jquery.com/toggle-event/ . Now I see, it is deprecated and was removed in 1.9 :(
But it works in 1.8 http://jsfiddle.net/WJ8xm/ :)
comment:4 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think it is supposed to do that :) Look at the docs: http://api.jquery.com/toggle/ It uses a swing animation with a duration of 400 as default.
By the way, why are you using two empty functions as parameters?