Modify ↓
Ticket #798 (closed bug: fixed)
in 1.04, .toggle() would take a speed as a parameter, but not in 1.1b
| Reported by: | jquery@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | effects | Version: | 1.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('this').toggle(350); works in 1.04, but not 1.1b
ofcourse it works if i remove the 350, but then it is non existant animation and becomes like a light switch.
to get around this i rewrote my script to use .show and .hide, but id prefer to have .toggle
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.

Fixed in SVN rev 1050.