Side navigation
#9744 closed bug (worksforme)
Opened July 05, 2011 12:49PM UTC
Closed July 05, 2011 01:44PM UTC
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']")
Attachments (0)
Change History (2)
Changed July 05, 2011 01:37PM UTC by comment:1
component: | unfiled → selector |
---|---|
owner: | → anonymous |
status: | new → pending |
Changed July 05, 2011 01:44PM UTC by comment:2
priority: | undecided → low |
---|---|
resolution: | → worksforme |
status: | pending → closed |
Nevermind, I created it and this cannot be reproduced as described.
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.