Содержание

JQueryGetElements

Gets the element in the active tab, satisfying the specified conditions

Syntax

function JQueryGetElements(aSelector: string): TCSElement;

Parameters

Returned value

Notes

Examples

  1. //Get an array of elements - elements descendants "p"
    var elements := JQueryGetElements('p > *');