Skip to main content

Bug Tracker

Side navigation

#6175 closed bug (invalid)

Opened February 25, 2010 03:06PM UTC

Closed February 26, 2010 12:31AM UTC

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:
Blocked by: Blocking:
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']");

Attachments (0)
Change History (1)

Changed February 26, 2010 12:31AM UTC by john comment:1

component: unfiledselector
resolution: → invalid
status: newclosed

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