Bug Tracker

Modify

Ticket #9744 (closed bug: worksforme)

Opened 23 months ago

Last modified 23 months ago

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

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.

comment:2 Changed 23 months ago by rwaldron

  • Priority changed from undecided to low
  • Status changed from pending to closed
  • Resolution set to worksforme

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

 http://gyazo.com/df6620584ff1c5d12eb40bf245b8dea6.png

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.