Opened 11 years ago
Closed 11 years ago
#11970 closed bug (invalid)
jQuery adds wrong value to selector property
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 11 years ago by
Owner: | set to Sergey Dyagovchenko <sergey.dyagovchenko@…> |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
I can't point to the documentation. And if I understand correctly .selector property is used by jQuery for holding "selectors history" by which elements were selected.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
.selector is used internally and is not subject to support.
Note: See
TracTickets for help on using
tickets.
Can you point to the documentation for the
.selector
property?