I was wondering if it were possible to, instead of selecting an element from the DOM via a jQuery selector, if I can create one instead.
For example:
Just insert the html tags into it
$("")
See here for further details jQuery document.createElement equivalent?