domManip is not always respecting script execution order on IE7 (+proposed patch)
Hello,
I just created a ticket for this issue.
When you append several script element in one go, if those scripts
refer to remote src's, IE7 will not respect the synchronous and
ordered execution of the scripts.
I added a proposed patch but please be tolerant, because I am not very
familiar with jQuery's internals.
<http://dev.jquery.com/ticket/2612>