jQuery.undelegate Method (JsString, JsString)
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)
Parameters
selector
eventType
Return Value
Type: SharpKit.jQuery.jQuery
|