Monday, October 20, 2014

How to Disabling the Right Click using jquery

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 For web developers, its common to disable right click on certain pages so following code will do the job.  
 <!– jQuery: Disabling Right Click –>  
 $(document).bind(“contextmenu”,function(e){  
     e.preventDefault();  
   });  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


5:26 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top