Fixes #8098. Use the fast document.head when available. Don't set unneeded "script.type = text/javascript".

This commit is contained in:
Mathias Bynens 2011-01-24 11:18:57 +01:00 committed by Anton M
parent fdd4101fe9
commit 462bb1f66a
4 changed files with 6 additions and 10 deletions

View file

@ -7,7 +7,7 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
rtbody = /<tbody/i,
rhtml = /<|&#?\w+;/,
rnocache = /<(?:script|object|embed|option|style)/i,
// checked="checked" or checked (html5)
// checked="checked" or checked
rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
wrapMap = {
option: [ 1, "<select multiple='multiple'>", "</select>" ],