git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a467ed
)
Make sure that fragments containing options aren't cached.
author
jeresig
<jeresig@gmail.com>
Sat, 13 Feb 2010 06:50:19 +0000
(
01:50
-0500)
committer
jeresig
<jeresig@gmail.com>
Sat, 13 Feb 2010 06:50:19 +0000
(
01:50
-0500)
src/manipulation.js
patch
|
blob
|
history
diff --git
a/src/manipulation.js
b/src/manipulation.js
index
708de89
..
e673e2f
100644
(file)
--- a/
src/manipulation.js
+++ b/
src/manipulation.js
@@
-5,7
+5,7
@@
var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
rtagName = /<([\w:]+)/,
rtbody = /<tbody/i,
rhtml = /<|&#?\w+;/,
- rnocache = /<script|<object|<embed/i,
+ rnocache = /<script|<object|<embed|<option/i,
rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, // checked="checked" or checked (html5)
fcloseTag = function( all, front, tag ) {
return rselfClosing.test( tag ) ?