jQuery.delegate Method (JsString, JsString, JsAction<T>)
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery @delegate(JsString selector, JsString eventType, JsAction<T> handler)
Parameters
selector
eventType
handler
Return Value
Type: SharpKit.jQuery.jQuery
|