<div class="answer">
<div>first</div>
</div>
<div class="answer">
<div>second</div>
</div>
<div class="answer">
<div>third</div>
</div>
I have to access all the elements with class=answer
i'm not sure if cheer.io can or not but in jQuery you can use this:
$("html").findAll(".answer")
i think it will work because every XML document must have a supreme tag like document.documentElement