- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 清理缓存
//禁止页面缓存 function noCache() { var data = new Date().getTime(); var scriptElem = document.querySelectorAll('script[src]'); var linkElem = document.querySelectorAll('link[href]'); ...
2018-08-08 17:45:36 130
原创 jQuery实现鼠标点击div外的地方div隐藏
html css #big{ width: 500px; height: 500px; background-color: #000; } #small{ width: 50px; height: 50px; background-color: #f00; }js $("#big").on("tap", function(e) { if(e.target ==
2018-01-13 11:28:18 5079
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人