jQuery focusout() Method (original) (raw)
Last Updated : 11 Jul, 2025
The**jQuery **focusout() is an inbuilt method that is used to remove focus from the selected element.
**Syntax:
$(selector).focusout(function);
**Parameter: It accepts a parameter "function" which is to be executed after the execution of the fadeout method.
**Example 1: jQuery code to show the working of focusout() method.
HTML `