上一页 1 ··· 3 4 5 6 7
摘要: $(document).ready(function(){ function time(){ var date=new Date(); var h=date.getHours(); var m=date.getMinutes(); var s=date.getSeconds(); $('div'). 阅读全文
posted @ 2017-01-26 01:17 yewook 阅读(1409) 评论(0) 推荐(0) 编辑
摘要: <html ><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>图片轮播</title><style>*{margin:0px;padding:0px;}.one{ float:lef 阅读全文
posted @ 2017-01-25 00:20 yewook 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 代码: <div> <span style="display:block;width:40px;height:20px;border:1px solid red;position:relative;">点开</span> <div style="position:absolute;width:300 阅读全文
posted @ 2017-01-23 21:38 yewook 阅读(140) 评论(0) 推荐(0) 编辑
摘要: html代码 <div>测试文本</div>js:div.innerHTMLjQuery:div.html() 阅读全文
posted @ 2017-01-21 23:53 yewook 阅读(565) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7