Home > JavaScript APIs > $x_ByClass(pClass...
Returns an array of DOM nodes by a given class name (pClass
). If the pNd
parameter is provided, then the returned elements will be all be children of that DOM node. Including the pTag
parameter further narrows the list to just return nodes of that tag type.
Return Value
(Array)
Parameters
pClass (String) pNd (DOM node | string ID) pTag (String)