The blur()
method occurs when element loss focus. In this blur()
method we are used to remove focus from the selected element. This method start the blur event or it can be attached a function to run when a blur event occurs.
Syntax:
Trigger the blur event for the selected elements: $(selector).blur()
Attach a function to the blur event: $(selector).blur(function)