清空代码防止查看源代码 function clear(){ Source=document.body.firstChild.data; document.open(); document.close() ...
非常简洁好用的隔行换色js代码 先来看第一种形式, 为普遍使用的li列表隔行背景,代码如下: .l1{background:#ddd} .l2{background:#f00} function initUl(){ var a ...
文字上下滚动并暂停,滚动时暂停1秒继续滚动 阜阳校内网滚动字幕类 * { font-size:12px; } #scrollBox { width:250px; height:20px; line-height:20px; ...
网页广告位最后加载JS方法,JS最后加载 想要显示广告的位置想要显示的广告内容判断要显示的广告位置是否存在 function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != nu ...
点击复制的代码 1.点击复制标题和地址的代码:标题 function copyToClipBoard(){ var clipBoardContent=""; clipBoardContent+=document.titl ...
复制文章自动加上网址 document.body.oncopy=function(){ event.returnValue=false; var t=document.selection.createRange().text; var s="本 ...