Which method is used to attach an event handler function to an HTML element when the form field loses focus?
Options:
Explanation:
The jQuery method
blur() is used to attach an event handler function to an HTML element when the form field loses focus.
Tags:
jQuery
Answer:
Which method is used to attach an event handler function to an HTML element when the form field loses focus blur().