Sunday, July 26, 2009

[jQuery] Re: accessing iframe content

after many tries i managed to solve the problem with this code:

$("#myframe").load(function(){

$(this).contents().find("p").text();
});

No comments: