Side navigation
#14082 closed bug (notabug)
Opened June 30, 2013 10:04AM UTC
Closed June 30, 2013 08:13PM UTC
No find() in top level
Reported by: | alexpts@yandex.ru | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Method find() finds no element in the upper portion of the documentfragment level.
Demo:
Attachments (0)
Change History (1)
Changed June 30, 2013 08:13PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
See the docs at http://api.jquery.com/jquery/#jQuery-html-ownerDocument .
You can't pass in an entire document including doctype and head/body tags. They're stripped out in browser-dependent ways.
http://jsfiddle.net/UVRHS/4/
Followup to the forums please.