Clear Up
SharpKit Reference

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
Type: SharpKit.JavaScript.JsString
handler
Type: SharpKit.JavaScript.JsAction<T>

Return Value

Type: SharpKit.jQuery.jQuery
© Copyright 2005-2011 SharpKit. All rights reserved.