Home > JavaScript APIs > $d_Find(pThis,pSt...
Hides child nodes of a Dom node (pThis
) where the child node's inner HTML matches any instance of pString
. To narrow the child nodes searched by specifying a tag name (pTag
) or a class name (pClass
). Note that the child node will be set to a block level element when set to visible.
Return Value
Not applicable.
Parameters
pThis (DOM node | String) pString (String) pTags (String pClass (String)