To disable right click menu using jquery, the following code snippet can be used
$(document).ready( function (){ $(document).bind( "contextmenu" , function (e){ return false ; }); }); |
Web standards is the present and future in web design – the way all websites should be design and implemented. Websites created using web standards load faster, have better search engine ranking and are easier to update. All the websites I show here have been created this way.
No comments:
Post a Comment
Thank's for submitting your comment.