Modify ↓
Ticket #3902 (closed bug: worksforme)
selectors don't work properly
| Reported by: | kopar | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.1 |
| Component: | selector | Version: | 1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
for example on http://docs.jquery.com/Selectors/input everything looks fine but when we look in firebug
$(":input").length returns 3 whereas it should return 3!!!
There are also similar problems with other selectors e.g $("input[name*=]")
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I think you're confused. The demo that you see there is running in an iframe (thus when you run the query in Firebug it will only match the search boxes, etc. that you see on the page - not what's in the demo). Copy the demo source code to another page to try it.