Modify ↓
Ticket #11970 (closed bug: invalid)
jQuery adds wrong value to selector property
| Reported by: | Sergey Dyagovchenko <sergey.dyagovchenko@…> | Owned by: | Sergey Dyagovchenko <sergey.dyagovchenko@…> |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Please see this code snippet: http://jsfiddle.net/gBD5X/
In this example you will see that links.selector returns wrong value: '.appendTo(body) .link'
And I expected to see something like: '#test-block .link' or 'div .link'
Change History
comment:1 Changed 11 months ago by dmethvin
- Owner set to Sergey Dyagovchenko <sergey.dyagovchenko@…>
- Status changed from new to pending
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Can you point to the documentation for the .selector property?