W3Schools.com

jQuery Event keypress() Method

jQuery Event Methods jQuery Event Methods

Example

Count the number of key presses in a text field:

$("input").keypress(function(){
  $("span").text(i+=1);
});

Try it yourself »

Definition and Usage

The keypress event is similar to the keydown event. The event occurs when a button is pressed down. It occurs on the element that currently has focus.

However, unlike the keydown event, the keypress event occurs for each inserted character.

The keypress() method triggers the blur event, or if the function parameter is set, it specifies what happens when a keypress event occurs.

Note: If set on the document element, the event will occur no matter what element has focus.


Trigger the keypress Event

Trigger the keypress event for the selected element.

Syntax

$(selector).keypress()

Try it yourself »


Bind a Function to the keypress Event

Specifies a function to run when the keypress event is triggered for the selected element.

Syntax

$(selector).keypress(function)

Try it yourself »

Parameter Description
function Optional. Specifies the function to run when the keypress event is triggered.


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
Download XML Editor
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