JQuery equivalente ao document.getElementById
var target = $("#myID").get(0);
LH
var target = $("#myID").get(0);