Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#8026 closed bug (invalid)

.removeClass(className) removes every class version 1.4.3 and 1.4.4

Reported by: [email protected] Owned by: [email protected]
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 danheberden

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/

comment:2 Changed 12 years ago by danheberden

Component: unfiledattributes
Owner: set to [email protected]
Status: newpending

comment:3 Changed 12 years ago by danheberden

Resolution: invalid
Status: pendingclosed

comment:4 Changed 12 years ago by jitter

Priority: undecidedlow
Note: See TracTickets for help on using tickets.