javascript - handlebars.js is not rendering template in IE9 -


i'm working on simple site using handlebars.js. works in ff, chrome, ie11 , mobile browsers. however, in ie9 template not gonna rendered. have idea problem be?

here's site: http://dev.thomasveit.com/zuzuegler

any appreciated!

quickly looking @ code reveals use html5 tags, such footer or more. ie9 unfortunately not able render html5 tags.

there many ways fix problem... best imo try using modernizr

just include in html file, , problem solved.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -