aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-01-24 11:18:57 +0100
committerAnton M <obhvsbypqghgc@gmail.com>2011-02-02 00:59:00 +0100
commit462bb1f66abf239492ee33c60feee3402fe64f77 (patch)
treeb8f92940c69d4aa566bc1f4557521889006957de /src/manipulation.js
parentfdd4101fe93321f33b916a92b5def1328ea331b3 (diff)
downloadjquery-462bb1f66abf239492ee33c60feee3402fe64f77.tar.gz
jquery-462bb1f66abf239492ee33c60feee3402fe64f77.zip
Fixes #8098. Use the fast document.head when available. Don't set unneeded "script.type = text/javascript".
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 19a6c22ba..841447fa2 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -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>" ],