W3Schools.com

jQuery Event focusout() Method

jQuery Event Methods jQuery Event Methods

Example

Change background color of an input field when the div element (or any child elements of it) loses focus:

$("div").focusout(function(){
  $("this").css("background-color","#FFFFFF");
});

Try it yourself »

Definition and Usage

The focusout event occurs when an element loses focus.

The focusout() method specifies a function to run when a focusout event occurs on any child element of the selected elements.

Unlike the blur() method, the focusout() method triggers if any child element loses focus.

Syntax

$(selector).focusout(function)

Parameter Description
function Optional. Specifies the function to run when the focusout event occurs


jQuery Event Methods jQuery Event Methods


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE