Keyup event when a user releases a key on the keyboard. This is shorthand for the .on( "keyup", handler) and .trigger("keyup") methods.
The following example counts the number of characters that we are writing in a form.
Interesting Articles