jQuery.keypress Method (object, JsAction<T>)
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery keypress(object eventData, JsAction<T> handler)
Parameters
eventData
Type: System.Object
handler
Return Value
Type: SharpKit.jQuery.jQuery
|