Lines Matching refs:iframe
5552 return jQuery.nodeName( elem, "iframe" ) ?
6538 var curCSS, iframe, iframeDoc,
7002 // get element's real default display by attaching it to a temp iframe
7004 // Use the already-created iframe if possible
7005 iframe = document.body.appendChild(
7006 iframe || jQuery.extend( document.createElement("iframe"), {
7013 // Create a cacheable copy of the iframe document on first call.
7015 // document to it; WebKit & Firefox won't allow reusing the iframe document.
7016 if ( !iframeDoc || !iframe.createElement ) {
7017 iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
7025 document.body.removeChild( iframe );