Disable right-click using jQuery Unknown 03:27 No comments Disable right-click using jQuery $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); }); Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment