jquery/test/data/selector/sizzle_cache.html

22 lines
405 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>jQuery selector - sizzle cache</title>
<script src="../include_js.php"></script>
<script>
var $cached = jQuery.noConflict(true);
</script>
<script src="../include_js.php"></script>
</head>
<body>
<div class="test">
<a href="#" id="collision">Worlds collide</a>
</div>
</body>
</html>