Search and Top Navigation
#4720 closed bug (fixed)
Opened July 26, 2009 02:41PM UTC
Closed September 18, 2009 10:59PM UTC
handle multiple class names in .removeClass(classnames,speed);
| Reported by: | Cloudream | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.8 |
| Component: | ui.effects.core | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Now jQuery core support multiple class names in addClass/removeClass/toggleClass
But jQuery UI effects doesn't support.
$("#id").toggleClass("classA classB", 2000);
Attachments (0)
Change History (1)
Changed September 18, 2009 10:59PM UTC by comment:1
| milestone: | 1.next → 1.8 |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
Fixed in r3257.