jQuery使用技巧

26个jQuery代码片段使用技巧

1、右键单击(禁用右键单击)$(document).ready(function(){    $(document).bind("contextmenu",function(e){        return false;  &n