<p><strong>Before you Start</strong></p>
Select allOpen in new window
function _dtmIsVis(elem) { if (elem === null) { return false; } return !!(elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length); };