I'm currently working on a website and I used jssor slider on the front page. It works perfectly fine in Chrome & Firefox, but when viewed in IE the images are not displayed. The html elements are there (based on cursor which changes to ) but it's not shown. And when I view the error log in the console I see this (IE 9 up):
I've tried using compatibility view. The images shows up but still it's not working, and on the error log (IE 8 down):
Does this problem have to do with the script itself? My html codes where just copied from the demo on jssor's full-width slider. And when I tried it with IE it didn't work also, does anybody know on how to make this work on IE?
I had this very issue only to find out that the developer release a fix 3 days ago. Downloaded and replace jssor.js and jssor.slider.js and and ensure your outer slider container has a pixel dimension eg. 900px (not percentage). Hope this helps.