I cant seem to click all of the class\'s
document.getElementsByClassName(\'node closed\')[0].click();
This works but will only click on th
$(".node closed").filter(function() { return $(this).click(); });