aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/selector/sizzle_cache.html
blob: 6260e2ab9e9b7aff89ae9c5d5c8f7479a28fa706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
	<title>jQuery selector - sizzle cache</title>

	<script src="/dist/jquery.js"></script>
	<script>
		var $cached = jQuery.noConflict(true);
	</script>
	<script src="/dist/jquery.js"></script>

</head>
<body>

	<div class="test">
		<a href="#" id="collision">Worlds collide</a>
	</div>

</body>
</html>