Bug Tracker

Modify

Ticket #4377 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

find('select') return option elements

Reported by: petr.odut Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.4a1
Keywords: Cc:
Blocking: Blocked by:

Description

$('body').find('button')[0].tagName;

"BUTTON"

$('body').find('select')[0].tagName;

"OPTION"

with jQuery 1.2.6 I get:

$('body').find('select')[0].tagName;

"SELECT"

Change History

comment:1 Changed 3 years ago by john

  • Status changed from new to closed
  • Version changed from 1.3.2 to 1.4a1
  • Resolution set to worksforme

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.