[jQuery] Re: IFrame Question

2009-05-28 Thread waseem sabjee
this as well $('iframe').ready(function() { $('body', $('iframe').contents()).html('Hello World!'); }); On Thu, May 28, 2009 at 11:20 PM, waseem sabjee wrote: > $("#myIframe").load(function() { > var obj = $(this) > var element = $("div", obj); > alert(element.text()); > }); > > the example a

[jQuery] Re: IFrame Question

2009-05-28 Thread waseem sabjee
$("#myIframe").load(function() { var obj = $(this) var element = $("div", obj); alert(element.text()); }); the example above should give you a starting point. On Thu, May 28, 2009 at 5:29 PM, Joe L wrote: > > Hello All! > > I'm working on a project and within a document I have content being >

[jQuery] Re: iframe question -> frameReady plugin

2007-06-05 Thread oscar esp
It is great!!! ... Another issue :-PPP I use the block pluggin in my App. I have a Page with this structure: if I execute the blockUI action only blocks the iframe window... I would like to block the whole window(main window) On 31 mayo, 22:10, Daemach <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: iframe question -> frameReady plugin

2007-05-31 Thread Daemach
That's a good question. I designed frameReady to break closures because the reference to the parent frame was causing execution problems. I just updated it though, adding the ability to send data that you can reference separately using the options object. Your code would look like this: var n