UNPKG

webshim

Version:

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

18 lines (17 loc) 353 B
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> body { background: url('http://s1.postimage.org/2d2r8xih0/body_background.png'); } </style> <script src="../../../dist/jquery.js"></script> </head> <body> <script> window.parent.iframeCallback(); </script> </body> </html>