> I think that is still because jQuery's id selector uses
> document.getElementbyId(), so you will always stay
> in the document you're in.

That was true until 1.1.1, but now it tries to use the getElementById in the
document tree it's searching. If it doesn't find one it resorts to a
straight tree search. Either way it should find the ID. I think I see the
problem, I'll file a bug for it.


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

Reply via email to