Can you explain the distinction between the DOM loaded by AJAX and the existing DOM of a webpage?
Is it possible to load all parts of an HTML page via AJAX without any discrepancies compared to the existing content, including meta tags, scripts, styles, etc?
In what scenarios does JavaScript/content loaded via AJAX differ from normally loaded content?