Opened 14 years ago
Closed 14 years ago
#4661 closed bug (duplicate)
addClass, removeClass, toggleClass and switchClass don't work in Chrome
Reported by: | rodboev | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.effects.core | Version: | 1.7.2 |
Keywords: | toggleClass switchClass | Cc: | |
Blocked by: | Blocking: |
Description
Using the latest Google Chrome (2.0.172.33), the jQueryUI addClass, removeClass, toggleClass and switchClass overrides don't work. This is easy to reproduce as even the example pages don't work:
http://www.jqueryui.com/demos/addClass/
http://www.jqueryui.com/demos/removeClass/
http://www.jqueryui.com/demos/toggleClass/
http://www.jqueryui.com/demos/switchClass/
As a workaround, I'm using the animateToClass plugin instead.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 14 years ago by
Component: | ui.core → effects.core |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
My mistake, this is a dupe of ticket #4324.
Charles Phillips also posted a great fix in that thread.