Skip to main content

Bug Tracker

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:

http://jsfiddle.net/alexpts/UVRHS/2/

http://jsbin.com/iwetit/3/

Attachments (0)
Change History (1)

Changed June 30, 2013 08:13PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

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.