Forum Moderators: open
document.getElementById("_some_id")
jQuery actual does not return the element but an object refering to the element.
if you replace # by other, you can do all getElementsBy... and much more.