W3Schools.com

jQuery Event change() Method

jQuery Event Methods jQuery Event Methods

Example

Change background color of an input field when it is changed:

$(".field").change(function(){
  $(this).css("background-color","#FFFFCC");
});

Try it yourself »

Definition and Usage

The change event occurs when the value of an element is changed (only works on text fields, text areas and select elements).

The change() method triggers the change event, or specifies a function to run when a change event occurs.

Note: For select menus, the change event occurs when an option is selected. For text fields or text areas, the change event occurs when the field loses focus.


Trigger the change Event

Trigger the change event for the selected elements.

Syntax

$(selector).change()

Try it yourself »


Bind a Function to the change Event

Specifies a function to run when the change event occurs for the selected elements.

Syntax

$(selector).change(function)

Try it yourself »

Parameter Description
function Optional. Specifies the function to run when the change 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