.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:
|
|
Blocked by:
|
|
Blocking:
|
|
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)
Component: |
unfiled →
attributes
|
Owner: |
set to mavalos_daniel@…
|
Status: |
new →
pending
|
Resolution: |
→ invalid
|
Status: |
pending →
closed
|
Priority: |
undecided →
low
|
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/