javascriptchakra

What is the JScript version that's in IE9?


I want this for some conditional compilation code that will run in all IE's less than IE9.


Solution

  • The check for less than IE9 is:

    if (@_jscript_version < 9)
    

    It's worth noting, the wikipedia crowd keeps these updated pretty well: http://en.wikipedia.org/wiki/Conditional_comment