JavaScript error on IE8
-
I have run into an issue using the Kiwi Logo Carousel plugin where the logos are not displaying correctly on IE 6, 7, and 8. I believe it is caused by a JavaScript error.
It would appear the same problem can be demonstrated on the demo site (https://getkiwi.org/plugins/logo-carousel/), which gives the following error in the IE8 developer tools:
Expected identifier, string or number logo-carousel, line 67 character 424
Which I have traced back to this statement:
jQuery(".kiwi-logo-carousel-example-2").bxSlider({new:"empty",useCSS:false});
My thought was to update the load_javascript_parameters() function so that
new:"empty"
is never passed to bxSlider().Later versions of IE seem to work fine.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘JavaScript error on IE8’ is closed to new replies.