Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Right-click Disable by Class -->
- <script>
- jQuery( document ).ready(function($) {
- $('.divi-loop').bind('contextmenu', function(e) {
- e.preventDefault();
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement