首页 > 代码库 > 类似微博顶置效果
类似微博顶置效果
<script type="text/javascript">// ‘); code = code.replace(/&/g,‘&‘); return code; }; var runCode = function(code){ if (code!=""){ var newwin = window.open(‘‘, "_blank", ‘‘); newwin.document.open(‘text/html‘, ‘replace‘); newwin.document.write(code); newwin.document.close(); } }; var hasClass = function(ele,cls) { return -1 < (" "+ele.className+" ").indexOf(" "+cls+" "); }; var addClass = function(ele,cls) { if (!this.hasClass(ele,cls)) ele.className += " "+cls; }; var runCodes = function(){ document.onclick = function(e){ e = e || window.event; var target = e.srcElement ? e.srcElement : e.target, tag = target.nodeName.toLowerCase(); if((tag == "button") && hasClass(target,"runCode")){//运行代码button的class var id = target.getAttribute("title"), code = document.getElementById(id).innerHTML; code = normalizeCode(code); runCode(code); } } };// ]]></script>
类似微博顶置效果
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。