Hi there! At first: congrats for this really great library! But now I have a problem... I have the following situation:
<div style="display:none;">
<span class="test">test1</span>
</div>
<span class="test">test2</span>
When I now use $("span.test:visible") I'll get both span elements
although only the second one is visible... Is that a bug or a feature?
It seems that the hierarchy is not checked...
Regards, Stefan

