JQUERY Équivalent de document.getElementByid
var target = $("#myID").get(0);
LH
var target = $("#myID").get(0);