摘要: 阅读全文
posted @ 2015-01-07 10:40 彪悍的代码不需要注释 阅读(179) 评论(0) 推荐(0)
摘要: 倒计时 59 秒:var c=59var tfunction timedCount(){document.getElementById('txt').value=cif(c>0){c--;}else{clearTimeout(t);}t=setTimeout("timedCount()",1000)... 阅读全文
posted @ 2015-01-07 10:30 彪悍的代码不需要注释 阅读(676) 评论(0) 推荐(0)
摘要: $(document).ready(function(){alert($(window).height()); //浏览器当前窗口可视区域高度alert($(document).height()); //浏览器当前窗口文档的高度alert($(document.body).height());//浏... 阅读全文
posted @ 2015-01-07 09:51 彪悍的代码不需要注释 阅读(1189) 评论(0) 推荐(0)
39
0