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
jQuery's .off() method removes event handlers that were attached with .on(). It is the standard way to unbind events in jQuery.