UNPKG

webshim

Version:

modular capability-based polyfill loading libary, which extends jQuery with HTML5 features in legacy browsers

22 lines (17 loc) 417 B
<!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>