Skip to content

Commit

Permalink
Make sure that fragments containing options aren't cached.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Feb 13, 2010
1 parent 7a467ed commit 8b86004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manipulation.js
Expand Up @@ -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 ) ?
Expand Down

0 comments on commit 8b86004

Please sign in to comment.