JQuery -Äquivalent von document.getElementById
var target = $("#myID").get(0);
LH
var target = $("#myID").get(0);