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