JQuery Equivivalnt of Document.GetElementById
var target = $("#myID").get(0);
LH
var target = $("#myID").get(0);