DATABASE FUNDAMENTALS
BASICS OF BIG DATA
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
How to hide or show information?
|
size
|
|
Characteristics of fonts
|
|
Right-click
|
|
Right click
|
Explanation:
Detailed explanation-1: -Disable right click menu in html page using jquery. JavaScript Code: $(document). bind("contextmenu", function(e) return false; );
Detailed explanation-2: -To disable right-click on you page, you need to add the oncontextmenu event and “return false” in the event handler. It will block all the access to the context menu from mouse right-click.
There is 1 question to complete.