首页
科技
登录
6mi
u
盘
搜
搜 索
科技
jquery 给iframe里的元素添加事件
jquery 给iframe里的元素添加事件
it
2022-05-06
5
$("#iframeId").on("load",
function
(event){
//
判断 iframe是否加载完成 这一步很重要
$("#divId",
this
.contentDocument).click(
function
(){
//
添加点击事件
alert("就是这样");
}); });
转载于:https://www.cnblogs.com/Strom-HYL/p/7090937.html
转载请注明原文地址: https://win8.8miu.com/read-550183.html
专利
最新回复
(
0
)