Opened 13 years ago
Closed 13 years ago
#6595 closed bug (invalid)
jquery constructor looses first text nodes
Reported by: | thatcher.christopher | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.4.3 |
Component: | core | Version: | 1.4.2 |
Keywords: | jquery constructor | Cc: | |
Blocked by: | Blocking: |
Description
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Priority: | → low |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Your original forum entry and ticket unfortunately do not contain sufficient information for us to establish how you would like the text nodes to be returned. As dmethvin previously mentioned, we don't return text nodes in collections, however, if you would like to re-submit your ticket or further continue the discussion via the forum thread we'll be happy to discuss what is returned once further info is available to us.
Note: See
TracTickets for help on using
tickets.
So what should the jQuery collection look like for
$("texty-stuff<div>hello</div>")
? jQuery doesn't return text nodes in its collections.