I need a particular script to be triggered in Internet Explorer browsers Only!
I've tried this:
<!--[if IE]>
<script></script>
<![endif]-->
Unfortunately this actually stops the script from being loaded.
EDIT: For everyone asking why I need this: IE makes scrolling extremely jumpy when using some animations. In order to address this I need to implement a script that provides smooth scrolling to IE. I don't want to apply it to other browsers as they don't need it and this script although making the scrolling smoother also makes it a bit unnatural.