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>
|
|
|
|
|
2012-06-04 22:04:11 +00:00
|
|
|
<script src="../../../dist/jquery.js"></script>
|
2011-10-13 15:11:41 +00:00
|
|
|
<script>
|
2012-01-12 17:39:08 +00:00
|
|
|
var $cached = jQuery.noConflict(true);
|
2011-10-13 15:11:41 +00:00
|
|
|
</script>
|
2012-06-04 22:04:11 +00:00
|
|
|
<script src="../../../dist/jquery.js"></script>
|
2011-10-13 15:11:41 +00:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="test">
|
|
|
|
<a href="#" id="collision">Worlds collide</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|