Sorry for what probably seems like a dumb question. I'm coming from Mootools v1.11. I know... oldskool !
Anyway I used to be able to do the following.
[html]
<div class="myDiv"></div>
[js]
var el = $E('div.myDiv');
alert(el);
It's weird... el = null
