Raju wants to remove an event handler that was attached with on() function.Help him to select the correct option.
Answer options
A
True
B
False
Correct answer: True
Explanation
Quick AnswerThe correct answer is True because it directly addresses the core logic of Web Technology.
jQuery's .off() method removes event handlers that were attached with .on(). It is the standard way to unbind events in jQuery.