Ref #13316: Sync all test documents on full vs. minified source.

This commit is contained in:
Richard Gibson
2013-02-08 00:20:33 -05:00
parent a8518c3bc4
commit 67a2e4eaac
33 changed files with 76 additions and 175 deletions

View File

@@ -4,18 +4,18 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>jQuery selector - sizzle cache</title>
<script src="../../../dist/jquery.js"></script>
<script src="../../jquery.js"></script>
<script>
var $cached = jQuery.noConflict(true);
document.write(
"<script>var $cached = jQuery.noConflict(true);<\x2Fscript>" +
"<script src='" + document.getElementById("jquery-js").src + "?overwrite'><\x2Fscript>"
);
</script>
<script src="../../../dist/jquery.min.js"></script>
</head>
<body>
<div class="test">
<a href="#" id="collision">Worlds collide</a>
</div>
</body>
</html>