Cách chặn người dùng click chuột phải trên trang web bằng jquery



Bài viết sẽ hướng dẫn các bạn cách chặn không cho người dùng click chuột phải trên website của mình. Tải thư viện javascript jQuery tại http://code.jquery.com/jquery-1.4.2.min.js Chép file jquery-1.4.2.min.js vào một thư mục trên website của bạn, chẳng hạ thư mục js. Thêm đoạn mã sau vào thẻ <head>của trang web:

<script src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript"> $(document).bind('contextmenu', function(e){return false;}); </script>

Đăng nhận xét

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
Site is Blocked
Sorry! This site is not available in your country.