| 123456789101112131415161718192021 |
- <!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.min.js"></script>
- </head>
- <body>
- <div class="test">
- <a href="#" id="collision">Worlds collide</a>
- </div>
- </body>
- </html>
|