摘要: <head><body><div class="img-list w760 bor-top margin-t10 line-h35" id="container"> <ul class="bgColor w760 align-c"> <li class="w48"> <input type="checkbox" name="checkall" id="checkall" /></ 阅读全文
posted @ 2012-05-02 18:27 zhengrunqiang 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: //js获取查询参数 name:查询参数名 function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; }假设当前... 阅读全文
posted @ 2012-05-02 17:43 zhengrunqiang 阅读(253) 评论(0) 推荐(0) 编辑