Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Owner: | set to anonymous |
Status: | new → pending |
comment:2 Changed 12 years ago by
Priority: | undecided → low |
---|---|
Resolution: | → worksforme |
Status: | pending → closed |
Nevermind, I created it and this cannot be reproduced as described.
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.