diff --git a/entries/keypress.xml b/entries/keypress.xml index 16cf4303..089765bf 100644 --- a/entries/keypress.xml +++ b/entries/keypress.xml @@ -7,8 +7,8 @@ Bind an event handler to the "keypress" event. 1.7 - - The string "keyup". + + The string "keypress". An object containing data that will be passed to the event handler. @@ -113,16 +113,16 @@ $( "#other" ).on( "click", function() { - keyup event - Trigger the "keyup" event on an element. + keypress event + Trigger the "keypress" event on an element. 1.0 - - The string "keyup". + + The string "keypress". -

See the description for .on( "keyup", ... ).

+

See the description for .on( "keypress", ... ).