IE jquery doesn’t load

I’m working on a WordPress website and I have a problem with IE. It seems like it doesn’t load jQuery at all, because all the jQuery functions don’t work. And it even messes up the whole site. It looks as it should in Chrome and FF, but IE really messes it up and none of the animations & sliders work.

It’s even stranger that it worked fine when it was just a plain html file with css and some jquery functions… since I integrated it in WordPress it’s all messed up. Did someone have a problem like this before? Please help.. maybe it’s just a minor error i’m not seeing or something…

Read More

here’s the link to the website http://matoweb.com

Related posts

Leave a Reply

1 comment

  1. Look at the console (F12) to see what error you’re getting:

        nextText: "Next",               
    });
    

    IE does not support leading commas in object literals if they don’t follow another property.