JQuery Equivivalnt of Document.GetElementById

var target = $("#myID").get(0);
LH