Opened 13 years ago
Closed 13 years ago
#6079 closed bug (invalid)
search selector causes exception
Reported by: | hussnain | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.2 | |
Component: | selector | Version: | 1.4.1 |
Keywords: | child selector | Cc: | |
Blocked by: | Blocking: |
Description
in my script this works in 1.3.2, but has problem in 1.4.1
flightId = $rowClicked.find('td:is("preis") > span > input').val();
can provide link to site not in public, but only to a selcted developer.
Note: See
TracTickets for help on using
tickets.
:is("preis") isn't a real selector - which is why the exception is being thrown. Are you trying to check its ID or maybe it's class? Perhaps you meant: td.preis