Side navigation
#798 closed bug (fixed)
Opened January 13, 2007 09:53PM UTC
Closed January 13, 2007 10:39PM UTC
Last modified June 19, 2007 09:39AM UTC
in 1.04, .toggle() would take a speed as a parameter, but not in 1.1b
| Reported by: | jquery@spinink.net | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | effects | Version: | 1.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
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
Attachments (0)
Change History (1)
Changed January 13, 2007 10:39PM UTC by comment:1
| component: | core → fx |
|---|---|
| priority: | minor → major |
| resolution: | → fixed |
| status: | new → closed |
| version: | 1.1a → 1.1 |
Fixed in SVN rev 1050.