ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

parents() doesn't work on detached elements #74

Open amccollum opened 12 years ago

amccollum commented 12 years ago

Since it gets the initial collection using $(selector) and then filters it, it fails to find any elements that aren't attached to the current document.

ded commented 12 years ago

cool. thanks for reporting this... this doesn't seem too difficult to tackle.

rvagg commented 12 years ago

https://github.com/rvagg/traversty

:trollface:

ded commented 12 years ago

yeah.... but this should work in Bonzo too