function _init_(el){ this.s = typeof el == "string" ? document.querySelectorAll(el) : el.length ? el : [el]; }