Skip to main content

Bug Tracker

Side navigation

#6839 closed bug (worksforme)

Opened July 28, 2010 09:38AM UTC

Closed August 09, 2010 01:05AM UTC

Selector Multi Class

Reported by: melihucar Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: Cc: melihucar@gmail.com
Blocked by: Blocking:
Description

I have a object with two class like this.

<a class="MyMainClass SubClass" href="BlaBla">Lorem Ipsum</a>

I'm trying to select all SubClasses with $('.SubClass') but jQuery returns null. If I try in firefox with document.getElementByClassName('SubClass') it returns me <a>

Please inform me as soon as you can. Good luck on your project jQuery..

Attachments (0)
Change History (1)

Changed August 09, 2010 01:05AM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

Please reopen with a complete test case including html and script.