摘要: 1 function setCookie(name,value) 2 { 3 var Days = 30; 4 var exp = new Date(); 5 exp.setTime(exp.getTime() ... 阅读全文
posted @ 2015-03-16 10:57 Xpress 阅读(961) 评论(0) 推荐(1) 编辑
摘要: 1 window.onload = function () {2 if (getCookie('name')!=null&&getCookie('phone')!=null&&getCookie('password')!=null) {3 ... 阅读全文
posted @ 2015-03-16 10:48 Xpress 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1 //列表显示 2 function openP(_id) 3 { 4 var select_id = parseInt(_id.replace("month","")); 5 ... 阅读全文
posted @ 2015-03-16 10:43 Xpress 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 function submitKH(mobileInputId,nameInputId) { 2 var mobileInputSelector ='#'+ mobileInputId; 3 var passwordInputId... 阅读全文
posted @ 2015-03-16 10:36 Xpress 阅读(212) 评论(0) 推荐(0) 编辑