jQuery.live Method (JsString, JsAction<T>)
Attach a handler to the event for all elements which match the current selector, now and in the future.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery live(JsString eventType, JsAction<T> handler)
Parameters
eventType
handler
Return Value
Type: SharpKit.jQuery.jQuery
|