JavaScript
文章平均质量分 50
兰陵笑笑生625
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javaScript实现省市区三级联动
1.新建一个JSP文件html>head>title>QQ JS省市区三级联动title>http://ip.qq.com/js/geo.js">-->scripttype="text/javascript"src="geo.js">script>head>bodyonload="setup();preselect('北京市');pr转载 2016-06-05 21:48:12 · 3949 阅读 · 0 评论 -
JavaScript实时显示系统时间
无标题文档function relTime(clock){var now = new Date();var day = now.getDay();var year = now.getFullYear();var month = now.getMonth();var date = now.getDate();var hour = now.getHours();va原创 2016-08-30 09:36:56 · 569 阅读 · 0 评论 -
Ajax异步加载将返回的map解析在页面显示
ajax({type : "post",url : home.path+"exit",dataType : "json",success : function(data){var list = data.recomandList_Exit;var str = "";for (var i = 0; i {var left = 26 +i*174;var i原创 2016-11-24 18:41:54 · 8278 阅读 · 0 评论
分享