123456789101112131415161718192021 |
- <!doctype html>
- <html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>jQuery selector - sizzle cache</title>
- <script src="../../jquery.js"></script>
- <script>
- document.write(
- "<script>var $cached = jQuery.noConflict(true);<\x2Fscript>" +
- "<script src='" + document.getElementById("jquery-js").src + "?overwrite'><\x2Fscript>"
- );
- </script>
- </head>
- <body>
- <div class="test">
- <a href="#" id="collision">Worlds collide</a>
- </div>
- </body>
- </html>
|