js 窗口抖动示例
摘要:复制代码代码如下:NewDocumentfunctionzd(u){vara=['top','left'],b=0;u=setInterva...
复制代码 代码如下:
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script >
function zd(u){
var a=['top','left'],b=0;
u=setInterval(function(){
document.getElementById('win').style[a[b%2]]=(b++)%4<2?0:4;
if(b>15){clearInterval(u);b=0}
},32)
}
</script>
</head>
<body id="win" border="1">
<button>振动</button>
<div >asdfasdf<div/>
</body>
</html>
【js 窗口抖动示例】相关文章:
★ 自动设为主页
★ 动态提示的下拉框
上一篇:
js格式化货币数据实现代码
下一篇:
JS如何将UTC格式时间转本地格式