$(".item")
document.querySelectorAll(".item")
function q(query) { return document.querySelectorAll(query); } q(".item")