摘要: 以前觉得表单校验好难,今天终于弄明白了。 阅读全文
posted @ 2016-11-02 17:15 雪明瑶 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 假如路径是这样的:www.domain.com/list/?menu=1 var locationUrl = location.search.substring(6); switch(locationUrl) { case "1": $(".zxdt").click(); break; case " 阅读全文
posted @ 2016-11-02 11:51 雪明瑶 阅读(6146) 评论(0) 推荐(0) 编辑