[jQuery] head part missing in Safari

[jQuery] head part missing in Safari


I figured out a tweak problem with jQuery, whole html page injection
and Safari.
I tested only in safari on Windows, maybe that will works differently
in Mac.
To figure out the problem, I make a small testing page
http://nyromodal.nyrodev.com/jQueryBug.php
As you can see, when loading the page with an ajax request, the alert
is shown in Firefox, IE but not Safari.
Basically everything contained in the head part is simply not used.
Writing the script tag in the body part works well.
Moreover the HTML content is not the same. I don't know if it's a
jQuery Issue or a browser, and this thing is not really important.
It could be great if jQuery fix this Safari issue.
Thanks