摘要: Javascript 页面刷新的实现代码收藏 1 2 3 4 5 6 7 8 history.go(0) location.reload() location=location location.assign(location) document.execCommand('Refresh') win 阅读全文
posted @ 2016-04-21 17:25 L_JL 阅读(211) 评论(0) 推荐(0)
摘要: $(function(){ var mydate = new Date();var t=mydate.toLocaleString();/*alert(t);*/$("#time").text(t);$("#time").load("Untitled-1.html"); }); <P id="tim 阅读全文
posted @ 2016-04-21 16:59 L_JL 阅读(101133) 评论(0) 推荐(0)
摘要: 先睹为快 闲话少说,我们先来看看今天我们研究的控件的最终效果图(参照天猫的送货地址设置的效果): “地址选择Web控件”的基本组成: 使用控件举例: 为了讲解的方便,控制代码的篇幅,这里仅仅举例了北京、广东、浙江3个省市的“省份/城市/区县”选择,数据完整的“全国地址选择Web控件”还在捣鼓中,出货 阅读全文
posted @ 2016-04-21 15:00 L_JL 阅读(2862) 评论(0) 推荐(0)