2011-10-13 15:11:41 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
|
|
<title>jQuery selector - sizzle cache</title>
|
|
|
|
|
2013-02-08 05:20:33 +00:00
|
|
|
<script src="../../jquery.js"></script>
|
2011-10-13 15:11:41 +00:00
|
|
|
<script>
|
2013-02-08 05:20:33 +00:00
|
|
|
document.write(
|
|
|
|
"<script>var $cached = jQuery.noConflict(true);<\x2Fscript>" +
|
|
|
|
"<script src='" + document.getElementById("jquery-js").src + "?overwrite'><\x2Fscript>"
|
|
|
|
);
|
2011-10-13 15:11:41 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="test">
|
|
|
|
<a href="#" id="collision">Worlds collide</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|