I am doing this first time. I have created an iframe on my page and I want the text from the iframe through jquery. Here is my code :<
iframe
jquery
var content=$("iframe").contents().find('body').html(); alert(content);