Side navigation
#8026 closed bug (invalid)
Opened January 20, 2011 09:26PM UTC
Closed February 01, 2011 08:57AM UTC
Last modified February 02, 2011 12:09PM UTC
.removeClass(className) removes every class version 1.4.3 and 1.4.4
| Reported by: | mavalos_daniel@hotmail.com | Owned by: | mavalos_daniel@hotmail.com |
|---|---|---|---|
| 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
Attachments (0)
Change History (4)
Changed January 20, 2011 09:44PM UTC by comment:1
Changed January 20, 2011 09:46PM UTC by comment:2
| component: | unfiled → attributes |
|---|---|
| owner: | → mavalos_daniel@hotmail.com |
| status: | new → pending |
Changed February 01, 2011 08:57AM UTC by comment:3
| resolution: | → invalid |
|---|---|
| status: | pending → closed |
Changed February 02, 2011 12:09PM UTC by comment:4
| 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/