Opened 14 years ago
Closed 14 years ago
#4720 closed bug (fixed)
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);
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | 1.next → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3257.