Layui Iframe 多層嵌套


原文:
https://www.w3school.com.cn/tags/tag_iframe.asp
https://www.w3school.com.cn/tags/html_ref_standardattributes.asp
https://www.w3school.com.cn/jsref/dom_obj_frame.asp

主要代碼

$($(window.document).find("iframe")[0]).addClass("3333333");

var d = $(window.document).find("iframe")[0].contentDocument
console.log($(d).find("body").addClass("44444444"));

var d2 =  $(d).find("iframe")[0].contentDocument;
console.log($(d2).find("body").addClass("5555555555"));

頁面樣子





免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM