mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Add a comment
This commit is contained in:
parent
38ad408f82
commit
eff59f97ac
@ -8,6 +8,8 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
|
|||||||
rscriptType = /^$|\/(?:java|ecma)script/i,
|
rscriptType = /^$|\/(?:java|ecma)script/i,
|
||||||
rscriptTypeMasked = /^true\/(.*)/,
|
rscriptTypeMasked = /^true\/(.*)/,
|
||||||
rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
|
rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
|
||||||
|
|
||||||
|
// We have to close these tags to support XHTML (#13200)
|
||||||
wrapMap = {
|
wrapMap = {
|
||||||
|
|
||||||
// Support: IE 9
|
// Support: IE 9
|
||||||
|
Loading…
Reference in New Issue
Block a user