I just want to know why this does not work :
<!--[if IE]>
<script src="scriptForIE.js"></script>
<![endif]-->
<!--[if !IE]>
<script type="text/javascript" src="../../js/jquery-1.11.3.min.js"></script>
<script src="script.js"></script>
<![endif]-->
As you can see, I want to use a specific .js according to the browser. I probably made a mistake, I do not understand.
Thanks !
Ps: i'm using IE >= 8