jeudi 7 juillet 2016

Disable JavaScript/jQuery Library in IE9

I am using a on scroll animation library, which is working fine in all major browsers except IE9 (Internet Explorer 9). So, I want to disable the library in IE9.

How should I do that? Is there a script or something like this,

<!--[if lte IE 9]>
    <link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->

to disable jQuery plugin in IE9?

I tried to use the solution provided here How to prevent javascript library load for IE8 but its not working for me.Look at the image below, you will see that its displaying like plain HTML part

enter image description here

Aucun commentaire:

Enregistrer un commentaire