Re: [jQuery] running jquery inside a thickbox iframe

2006-09-08 Thread Blair McKenzie
You need to include jquery in the html file loaded in the iframe. If you want to use jscript on a different frame from the executing frame you need to use the syntax frameobject.$()Blair On 9/8/06, Steve Urmston <[EMAIL PROTECTED]> wrote: Hi folksI've had a go trying to run jquery code inside a thi

[jQuery] running jquery inside a thickbox iframe

2006-09-08 Thread Steve Urmston
Hi folksI've had a go trying to run jquery code inside a thickbox iframe (loaded content from AJAX) with no success. It is possible to run ordinary _javascript_ through onlick handlers, but I can't seem to get jquery to work. Does anyone know if this is even possible?cheers,steve __