Bug Tracker

Modify

Ticket #6175 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

syntax throws error that did not used to happen in 1.3.2

Reported by: epitka Owned by:
Priority: Milestone: 1.4.2
Component: selector Version: 1.4.1
Keywords: Cc:
Blocking: Blocked by:

Description

following used to work in 1.3.2

row.ddl = $row.find("[id$='_ddl']:option:selected");


and now it throws error. Following works and returns 1 object
row.ddl = $row.find("[id$='_ddl']");

Change History

comment:1 Changed 3 years ago by john

  • Status changed from new to closed
  • Resolution set to invalid
  • Component changed from unfiled to selector

That's correct - there is no :option selector so jQuery is throwing an exception because of that.

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.