John Resig schrieb:
> I honestly can't duplicate this bug - I've tried it multiple times, on
> multiple pages - can you put up a test page  so that I can confirm
> this?
> 

John, I could now reproduce it on another page. It happens if you query 
for elements that are nested that level in one element but not in 
another one. It is better explained by example code I guess.

Testpage here:
http://stilbuero.de/demo/jquery/nested.html

This is the structure (simplified):

<div id="search-output">
     <h2>Plazes:</h2>
     <div id="search-pager"></div>
     <div id="search-results">
         <div id="results-list" class="anchor">
             <div id="list"></div>
         </div>
     </div>
</div>


If you do $('#search-output>div>div>div') you get the bug...


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to