mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
22 lines
421 B
HTML
22 lines
421 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>jQuery selector - sizzle cache</title>
|
|
|
|
<script src="http://code.jquery.com/jquery-git.js"></script>
|
|
<script>
|
|
var $git = 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>
|