Gets the element in the active tab, satisfying the specified conditions
function JQueryGetElements(aSelector: string): TCSElement;
//Get an array of elements - elements descendants "p" var elements := JQueryGetElements('p > *');