jQuery.undelegate Method (JsString, JsString, JsAction<T>)
Remove a handler from the event for all elements which match the current selector, now or in the future, based upon a specific set of root elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery undelegate(JsString selector, JsString eventType, JsAction<T> handler)
Parameters
selector
eventType
handler
Return Value
Type: SharpKit.jQuery.jQuery
|