随笔分类 -  前端性能优化

摘要:一些实用的jQuery技巧 1、禁用页面的右键菜单 $(document).bind("contextmenu",function(e){ return false; }) 2、新窗口打开页面 //例子1:href="http://"的超链接将会在新窗口打开链接 $('a[hre... 阅读全文
posted @ 2016-03-15 23:21 DodoMonster 阅读(258) 评论(0) 推荐(0)