Opened 13 years ago
Closed 13 years ago
#6839 closed bug (worksforme)
Selector Multi Class
Reported by: | melihucar | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | melihucar@… | |
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..
Note: See
TracTickets for help on using
tickets.
Please reopen with a complete test case including html and script.