Re: [jQuery] New Window Handle?

2007-03-21 Thread emckenna
Gotcha. So do you know if it's even possible to use JQuery via a window reference? Jörn Zaefferer wrote: > > emckenna schrieb: >> So does that mean that JQuery can not be called on the new window? >> ie .. new_win_ref.$("some-selector").css('color

Re: [jQuery] New Window Handle?

2007-03-21 Thread emckenna
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. >> Tha

Re: [jQuery] New Window Handle?

2007-03-20 Thread emckenna
","none"); ... this is kicked off from an onclick event from an anchor tag. Using JQuery 1.0.3 with Drupal 4.7 via the jquery47 Drupal Module. Thanks in Advance, eric mckenna. emckenna wrote: > > Found one piece to my puzzle. > There is no $(expr, context) in 1.0.3. &g