Side navigation
#6079 closed bug (invalid)
Opened February 12, 2010 02:43AM UTC
Closed February 12, 2010 03:06AM UTC
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.
Attachments (0)
Change History (1)
Changed February 12, 2010 03:06AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
: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