Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /*コンテキストメニューが非表示に*/
  2.  
  3. $(document).ready(function(){
  4. $(document).bind("contextmenu",function(e){
  5. return false;
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement