MCQs > IT & Programming > JQuery > How would you prevent the default browser action from an event handler without affecting other properties of the event flow?

JQuery MCQs

How would you prevent the default browser action from an event handler without affecting other properties of the event flow?

Answer

Correct Answer: $a.click(function (e) { /* code */ e.preventDefault(); });

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