How can I get jQuery to return the native DOM elements it encapsulates?
$('myTag').get(0) returns the HTML element.
$('myTag').get(0)