var text = $("#box")[0].querySelectorAll('div');
var text = $("#box div");
document.querySelectorAll("#box div")