jQuery keyup()

The jQuery keyup() event occurs when a keyboard button is released after pressing. This method is executed or attach a function to run when a keyup() event occurs.

Syntax:

It triggers the keyup event for selected elements.

It adds a function to the keyup event.

Parameters of jQuery keyup() event

Parameter Description
Function It is an optional parameter. It is executed itself when the keypress event is triggered.

Example of jQuery keyup() event

Let's take an example to demonstrate jQuery keyup() event.

Test it Now

Output:

Write something:

Note: If you write something in the above text box then the background color will be changed on keydown and keyup.





Contact US

Email:[email protected]

jQuery keyup()
10/30