IE+jQuery+Ajax+XHTML: HTML getting clipped after .html() or .innerHTML
问题 This is a really hard problem to put into a brief sentence, so I apologize if I kill it. I launched a site recently which had been extensively tested on my local web server on all my desired browser platforms, including IE8 (IE8 standards mode, XHTML Strict). I encountered no problems at all until the site went live on a dedicated web server. The site uses jQuery.get() on the change event for the input elements of a form, where the response is grafted into a common <div id="results"></div> .