xtag.queryWrapper for querySelectorAll that always returns a real Arrayxtag.query(ELEMENT, SELECTOR) ArgumentTypeDescriptionELEMENTElement ReferenceA direct reference to a the DOM element you wish to querySELECTORStringThe CSS selector you would like to query the element with JavaScriptvar specialItemArray = xtag.query(document.body, 'ul li.special');