/ Published in: jQuery
finds a specific attribute in an iFrame and loads it to another div on page.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//find the div in the iFrame var oBody = $("iframe").contents().find("body"); //add the iFrame value to another div $(oBody).appendTo("#another div");