标签:this ready class code function arch document 判断 color
var oFrm = document.getElementById(‘Iframe4‘); oFrm.onload = oFrm.onreadystatechange = function () { if (this.readyState && this.readyState != ‘complete‘) { //alert("加载中。。。"); } else { var $listSearch = $(‘#Iframe4‘).contents().find(‘.listSearch‘); $listSearch.css("top", "30px"); } }
标签:this ready class code function arch document 判断 color
原文地址:https://www.cnblogs.com/RivenLw/p/9525038.html