posted @ 2017-03-08 14:03
Ludyyy
阅读(113)
推荐(0)
摘要:
var start=Date.now();document.write("<h1>This is a paragraph.</h1>");function myFunction() { x=document.getElementById("demo"); x.innerHTML="Hello Jav
阅读全文
posted @ 2016-09-11 10:05
Ludyyy
阅读(428)
推荐(0)
摘要:
var timer=setInterval(function(){ $(".next").click(); },1000) 每隔1秒触发一次$(".next)的点击事件,相当于自动进行。
阅读全文
posted @ 2016-07-31 22:16
Ludyyy
阅读(156)
推荐(1)
摘要:
list-style: inside url(" "); 默认li的点在父级div框的外面,在li上加样式list-style-position: inside;可以使点在框内;点可以使用自己的图片list-style-image,也可以使用一些特定词:circle:空心圆;square:实心方块(
阅读全文
posted @ 2016-07-29 23:16
Ludyyy
阅读(177)
推荐(0)