So does that mean that JQuery can not be called on the new window?
ie .. new_win_ref.$("some-selector").css('color', 'red');
If it can, what's the syntax?

Thanks.
 

Jörn Zaefferer wrote:
> 
> Eric Mckenna schrieb:
>> Found one piece to my puzzle.
>> There is no $(expr, context) in 1.0.3. 
>> That function comes with 1.1.2
>>
>>   
> That isn't the right piece. I'm pretty sure that $(expr, context) 
> already existed in 1.0.3, its just that we worked on the documentation.
> 
> The issue that was fixed in 1.1.0 is this: You are using an ID selector 
> with a context, but jQuery 1.0.3 ignores that context and simply uses 
> document.getElementById.
> 
> -- 
> Jörn Zaefferer
> 
> http://bassistance.de
> 
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-New-Window-Handle--tf3434871.html#a9600882
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to