Modify ↓
Ticket #9744 (closed bug: worksforme)
Selector :checkbox in IE8 problems
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Using :checkbox selector combined with a table element gives an error 'Object doesn't support this property or method' e.g. $('#TableId :checkbox')
workaround: $("#TableId input[type='checkbox']")
Change History
comment:1 Changed 23 months ago by rwaldron
- Owner set to anonymous
- Status changed from new to pending
- Component changed from unfiled to selector
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.

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, I've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.