We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2ec36 commit 4bc691aCopy full SHA for 4bc691a
src/support.js
@@ -24,7 +24,7 @@ jQuery.support = (function() {
24
25
// Preliminary tests
26
div.setAttribute("className", "t");
27
- div.innerHTML = " <link><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type=checkbox>";
+ div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
28
29
30
all = div.getElementsByTagName( "*" );
0 commit comments