Opened 13 years ago
Closed 13 years ago
#6175 closed bug (invalid)
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']");
Change History (1)
comment:1 Changed 13 years ago by
Component: | unfiled → selector |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That's correct - there is no :option selector so jQuery is throwing an exception because of that.