#8026 closed bug (invalid)
.removeClass(className) removes every class version 1.4.3 and 1.4.4
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
From version 1.4.3 and up, when you use .removeClass(className) it removes all clases $('#someid').removeClass("testClass"); => all classes of #someid removed
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Owner: | set to [email protected]… |
Status: | new → pending |
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
comment:4 Changed 12 years ago by
Priority: | undecided → low |
---|
Note: See
TracTickets for help on using
tickets.
Thanks for filing a bug report :) However, I can't seem to duplicate your error. Can you update the test case on jsfiddle with a working demo of your problem?
http://jsfiddle.net/danheberden/jVQTQ/