Class
jQueryExtension

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.

Declaration

cs-api-definition
public static jQuery TojQuery(this Element e)

Parameters

e

Element

The element

Returns

jQuery

TojQueryControl(HtmlControl)

Declaration

cs-api-definition
public static jQueryControl TojQueryControl(this HtmlControl e)

Parameters

e

HtmlControl

Returns

jQueryControl

jQuery(BaseTest)

Returns the jQuery object associated with the BaseTest object.

Declaration

cs-api-definition
public static jQuery jQuery(this BaseTest baseTest)

Parameters

baseTest

BaseTest

The BaseTest object to get the jQuery object from.

Returns

jQuery

A jQuery object.

jQuery(Find)

Creates and returns a new jQuery object for the Find object.

Declaration

cs-api-definition
public static jQuery jQuery(this Find find)

Parameters

find

Find

The Find object to create the jQuery for.

Returns

jQuery

A jQuery object initialized for the Find object.