Modify ↓
Ticket #8026 (closed bug: invalid)
.removeClass(className) removes every class version 1.4.3 and 1.4.4
| Reported by: | mavalos_daniel@… | Owned by: | mavalos_daniel@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | attributes | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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/