Skip to main content

Bug Tracker

Side navigation

#6883 closed bug (worksforme)

Opened August 06, 2010 07:30PM UTC

Closed August 07, 2010 03:14AM UTC

.addClass problem with '-'in class names

Reported by: sebrojas Owned by:
Priority: Milestone: 1.4.3
Component: core Version: 1.4.2
Keywords: addClass Cc:
Blocked by: Blocking:
Description

When the class name sent by parameter includes the '-' character, the method doesn't work

Attachments (0)
Change History (1)

Changed August 07, 2010 03:14AM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

$(".test-me").text() showed "test" with this html:

<div id="test-me">test</div>

Please attach the smallest possible test case that demonstrates the problem.