Skip to main content

Bug Tracker

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 rwaldron comment:1

component: unfiledselector
owner: → anonymous
status: newpending

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.

Changed July 05, 2011 01:44PM UTC by rwaldron comment:2

priority: undecidedlow
resolution: → worksforme
status: pendingclosed

Nevermind, I created it and this cannot be reproduced as described.

http://gyazo.com/df6620584ff1c5d12eb40bf245b8dea6.png