
jquery
AreoWarm
实践才是检验真理的唯一标准
展开
-
js、jQuery阻止表单提交
<form action="yourURL" id="form" method="post"> <input name="title" value=""> <input name="nickname" value=""> <button id="submit" onclick="checked()">提交</button></form><script type="text/java原创 2017-08-04 16:24:56 · 351 阅读 · 0 评论 -
换行符存入与显示
html页面:var reg=new RegExp("\r\n","g"); res= res.replace(reg,"<br>");php后台存入:$log="\r\n".date("Y-m-d H:i:s");原创 2017-08-04 17:14:49 · 360 阅读 · 0 评论 -
伪造页面下拉查看当前域名
var doc = $(document); var _touches_point1=0;var _touches_point2=0; addEventListener("touchstart", function(e) { _touches_point1 = e.touches[0].pageY; }); addEventListener("touchmove",f原创 2017-10-25 16:14:59 · 621 阅读 · 1 评论