@jakecigar <div id='*'> means a div with an id as *
is the wild card for anything, like *.* means any file name with any
extension at the end.
here's the case for you:
I have a Single page application that
loads all html through the DOM
the function calls the request only once, if the page is told to
load the content swapping in the first run by the <script>
through the DOM.
the HTML runs on the DOM
The goal is to have the external DOM request call
multiple times, as I'm ONLY developing for the DOM level if
possible with my knowledge, and skills now.