摘要:
window.location.href=document.referrer; 返回然后刷新window.history.back(-1); 返回不刷新 阅读全文
2014年6月6日
2014年6月4日
2014年5月29日
2014年5月9日
摘要:
$("#appearHiddenDiv").click(function(){ $("#hiddenDiv").css({display:"block"}); $("#closeHiddenDiv").click(function(){ //alert("erhsh tes... 阅读全文
2014年5月6日
2014年4月23日
2014年4月16日
摘要:
$("#TextArea1").keydown(function(){10 var curLength=$("#TextArea1").val().length;11 if(curLength>=5){12 var num=... 阅读全文
2014年3月25日
摘要:
这段jquery计算页面元素数量代码,能不能刷新页面直接输出数量,而不用点计算按钮 div1div2div3div4mm1mm2mm2 阅读全文