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
$("#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
>
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:
>
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
4 matches
Mail list logo