Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Alexander0001

    (@alexander0001)

    matchalabs

    (@matchalabs)

    Hi Alexander,

    I haven’t checked in IE but I suspect this is because IE is a lot more picky about JavaScript errors than FireFox and Chrome are.

    There are a couple of JavaScript errors on your page. You can see these by opening google chrome, then go to View > Developer > Developer Tools. Click the console tab. The errors are in red.

    Its difficult to see where the first error is coming from as the source is minified – I suspect if you disable the right plugin the error will go away (but I don’t know which plugin it is).

    The second error will be due to the old version of jQuery that’s included on your page.

    Could you try updating that to 1.10.2? The jQuery updater plugin might work. If not, you will need to find where the current jQuery script is being included and update the version number. You will need to find:

    http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js

    Replace with:

    http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js

    Regards,
    Tom.

    Thread Starter Alexander0001

    (@alexander0001)

    Hi Tom,

    Thank you! Replacing the jquery worked! The Slider does a fine job in IE now.

    Regards,

    Alexander

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does work with Chrome but not with IE.’ is closed to new replies.