We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9cd66 commit 35599a2Copy full SHA for 35599a2
1 file changed
index.html
@@ -28,6 +28,14 @@
28
-->
29
<link rel="stylesheet" href="css/vendor/jquery.Jcrop.css" />
30
<link rel="stylesheet" href="css/demo.css" />
31
+ <!--[if lt IE 9]>
32
+ <script>
33
+ // Basic HTML5 elements support:
34
+ 'figure figcaption'.replace(/\w+/g, function (n) {
35
+ document.createElement(n)
36
+ })
37
+ </script>
38
+ <![endif]-->
39
</head>
40
<body>
41
<h1>JavaScript Load Image Demo</h1>
0 commit comments