91-9990449935 0120-4256464 |
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
Example of jQuery keyup() eventLet's take an example to demonstrate jQuery keyup() event. Test it NowOutput: Write something:Note: If you write something in the above text box then the background color will be changed on keydown and keyup.
Next TopicjQuery mouseenter()
|