I\'m having an impossibly hard time finding out to get the actual DOMElement from a jquery selector. Sample Code:
I needed to get the element as a string.
jQuery("#bob").get(0).outerHTML;
Which will give you something like:
...as a string rather than a DOM element.