Blur

What is Blur function in jQuery ?
It is used to remove focus from the selected elements.

Code

$(selector).blur(function)

For more information Click here