随笔分类 -  jquery

本人jquery菜鸟,虽有1年多工作经验,但是水平很菜,有幸公司有一大神不吝赐教。建此分类自己积累
摘要:ie 6、7、8 识别不了JSON.stringify(strjaon)。需要引用json2。 jquery 前台获取url传过来的参数。用单引号’<%=<%=Request.QueryString["xxx"] %>%>‘ 阅读全文
posted @ 2016-04-15 16:47 浅言 阅读(222) 评论(0) 推荐(0)
摘要:<a href="javascript:history.go(-1)">返回上一页</a> <a href="javascript:location.reload()">刷新当前页面</a> <a href="javascript:" onclick="history.go(-2); ">返回前两页 阅读全文
posted @ 2016-03-10 14:56 浅言 阅读(522) 评论(0) 推荐(0)
摘要:$(document).ready(function () { $("#chongzhi").click(function () { $(".table_1").find("input:not([disabled]),textarea").val(""); }); }); 这是一个简单的重置功能,其 阅读全文
posted @ 2015-07-30 16:08 浅言 阅读(132) 评论(0) 推荐(0)