Jssor slider doesn't work when using IE

2019-06-14 09:48发布

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):

Script error on IE version 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):

Script error on IE version 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?

标签: jquery jssor
1条回答
贼婆χ
2楼-- · 2019-06-14 09:53

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.

查看更多
登录 后发表回答