Can someone explain to me why this code does not work in IE? Everything works fine in Chrome.
Part of my Html:
<head> <script type='text/javascript' src="//code.jquery.com/jquery-1.9.1.js"></script> <script type='text/javascript' src="http://vivin.net/pub/pdfjs/pdf.js"></script> <script type='text/javascript' src="http://vivin.net/pub/pdfjs/textlayerbuilder.js"</script> </head> <body> <div id="pdfContainer" class = "pdf-content"></div> </body>
Full code and example that works in Chrome: http://jsfiddle.net/vivin/RjqUf/
javascript html html5 internet-explorer
maxus182
source share