ClassjQueryExtension
Class
This class extends the legacy Find class and BaseText clss and adds jQuery capability.
Definition
Namespace:ArtOfTest.WebAii.jQuery
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class jQueryExtension
Inheritance: objectjQueryExtension
Methods
TojQuery(Element)
Start a jQuery expression from this element.
TojQueryControl(HtmlControl)
Declaration
cs-api-definition
public static jQueryControl TojQueryControl(this HtmlControl e)
Parameters
e
Returns
jQuery(BaseTest)
Returns the jQuery object associated with the BaseTest object.
jQuery(Find)
Creates and returns a new jQuery object for the Find object.