Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11976 closed bug (worksforme)

.removeClass stopped working in Opera 12

Reported by: Venomal Owned by: Venomal
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:

Description

Just want to let you people know that after adding a new class using;

$(selector).addClass('className');

When we remove the class later on using;

$(selector).removeClass('className');

The removeClass function does not work. I have noticed that it is only occurring in Opera 12 browser as of now.

Change History (2)

comment:1 Changed 11 years ago by sindresorhus

Owner: set to Venomal
Status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

comment:2 Changed 11 years ago by Rick Waldron

Resolution: worksforme
Status: pendingclosed
Note: See TracTickets for help on using tickets.