Side navigation
#11543 closed bug (fixed)
Opened April 02, 2012 10:00AM UTC
Closed May 16, 2012 06:04PM UTC
.has doesn't work on detached elements
Reported by: | this_is_ori | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | traversing | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After cloning an element, :has correctly filters elements, but .has doesn't --it returns an empty object.
See fiddle: http://jsfiddle.net/orig/hxBmP/
Tested with all versions available on jsfiddle from 1.4.4 onwards
On Chrome 18.0.1025.142
And Firefox 10.0.2
https://github.com/jquery/jquery/pull/723