$$

This topic tree provides a full class reference to all of the .NET and client script classes and components provided with the Toolkit.

Here's a list of available namespaces in the West Wind Toolkit:

$$(id,context)

Return Value

jQuery object (same as $()). Check length > 0 to see if matches exist.

Parameters

<>id<> The id of the element to search for. Matches exact ID or anything that ends in _{id}.

<>context<> The parent context where searches start from. Use this optimize searches for controls to a specific parent container. If omitted the entire document is searched. Can be a jQuery or DOM object.

Example

<<code lang="JavaScript">>// find ctl00_MainContent_txtSymbol
alert( $$("txtSymbol").attr("id") );<</code>>


© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic