[jQuery] Re: manipulate div inside iframe

2007-05-01 Thread Daemach
Wrap the iframe with a div and hide the div. If you're looking for a way to interact with elements or run jquery functions inside the iframe, check out frameReady(): http://ideamill.synaptrixgroup.com/?p=6 On Apr 29, 6:40 am, amircx <[EMAIL PROTECTED]> wrote: > hey > i got a script that seats in

[jQuery] Re: manipulate div inside iframe

2007-04-29 Thread Kenneth
If your jQuery is outside the iframe, you could do: jQuery('iframe').hide(); Inside, not sure.. On 4/29/07, amircx <[EMAIL PROTECTED]> wrote: hey i got a script that seats inside iframe how its is possible to get the id of the iframe and then hide it ? till now i have a script that knows