码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript 知识点总结

时间:2018-07-07 20:36:40      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:ram   mes   document   toolbar   ntb   父窗口   pre   tool   知识点   

1.获取iframe父窗口的dom节点

parent.$("#id");
$('#父窗口中元素的id', parent.document).事件(); 

window.parent.document.getElementById("父窗口中元素的id").事件(); //js

2.获取iframe子窗口的dom节点

$("#iframe的id").contents().find("#iframe中控件的id").事件();
$("#iframe中控件的id",document.frames("iframe的name").document).事情();

window.frames["iframe中的name值"].document.getElementById("iframe中控件的id").事件();//js


JavaScript 知识点总结

标签:ram   mes   document   toolbar   ntb   父窗口   pre   tool   知识点   

原文地址:http://blog.51cto.com/dd118/2138573

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!