I have a strange problem: I can't search an element in the
parent.document by id:
This isn't working:
$('#bussyMessage',parent.document).size();
but if the element has a name it works:
$('[EMAIL PROTECTED]"bussyMessage"]',parent.document).size();
And this works too:
parent.document.getElementById('bussyMessage');
Could this be a bug? Or am I doing something wrong?
michael
PS: using V 1.1.1, but I think it didn't work with older versions either...
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/