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 comment:1
| resolution: | → worksforme | 
|---|---|
| status: | new → closed | 
$(".test-me").text() showed "test" with this html:
Please attach the smallest possible test case that demonstrates the problem.