欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

js 移除元素

shiping1 的头像
function HiddleFlashContent(){
        var playerContent = document.getElementById('ePlayerContent');
        playerContent.parentNode.removeChild(playerContent);
    }
    
    
    
    <div style="display:block;bottom:0px;right:1px!important;position:fixed;border:0px;z-index:99999" id="ePlayerContent">    
    <embed width="350" height="432" src="http://www.szfzxx.com/EPlayer/EPlayer.swf" flashvars="companyUrl=www.szfzxx.com/EPlayer&amp;flvUrl=home.swf&amp;skinName=Original&amp;isAutoPlay=true&amp;videoWidth=..." wmode="transparent" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash">
    </div>
普通分类: