ClassjQueryControl
Class
jQuery wrapper of the HtmlControl. see http://api.jquery.com/
Definition
Namespace:ArtOfTest.WebAii.jQuery
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class jQueryControl
Inheritance: objectjQueryControl
Properties
length
The number of elements in the jQuery object.
Methods
InvokejQueryEvent(jQueryControlEvents)
Declaration
cs-api-definition
public void InvokejQueryEvent(jQueryControl.jQueryControlEvents jqEvent)
Parameters
jqEvent
InvokejQueryEvent(jQueryControlEvents, jQueryEventObject)
Declaration
cs-api-definition
public void InvokejQueryEvent(jQueryControl.jQueryControlEvents jqEvent, jQueryEventObject args)
Parameters
jqEvent
jQueryControl.jQueryControlEvents
args
InvokejQueryFunction<T>(string)
Declaration
cs-api-definition
public T InvokejQueryFunction<T>(string funcName)
Parameters
funcName
Returns
T