Wow, that was Fast!
ok, thanks, it's the same this: window.parent$("#myId");
or it's better in the way you say.

Thanks, cheers.


Chris Domigan wrote:
> 
> All $() does is call the jQuery query engine to find dom elements based on
> a
> css-like query. So $("#myId") finds any element with an id of "myId".
> 
> You can do $("#myId", window.parent.document) to set the context of
> operation.
> 
> All this is documented on the website, I recommend you start at the top!
> 
> Chris
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/newbee-question-tf3061812.html#a8515913
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to