$(selector).keypress(function)
".keypress()" event binds a function to an event on a element when gets triggered. Consider the below example where the keypress event is counted whenever you press a enter a key.
Keypress Event is Triggered: 0 Times