MCQs > IT & Programming > JQuery > What will code do: $(document).ready(function() { $(this).bind('contextmenu', function(e) { e.preventDefault(); }); });

JQuery MCQs

What will the following code do: $(document).ready(function() { $(this).bind("contextmenu", function(e) { e.preventDefault(); }); });

 

Answer

Correct Answer: don't show context menu on page when right clicked.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it