Is there any reason to replace JavaScript JScript in Internet Expolorer?

So, when JScript is different from JavaScript, how does IE interpret jQuery and all other JavaScript files?

Is it better to replace JavaScript with JScript for IE? Are there differences in performance?

+3
source share
3 answers

JScript and JavaScript are the same. These are just aliases for each other:

(via Wikipedia )

JavaScript " JavaScript YUI", [Microsoft] Sun , JScript. , JScript JavaScript - , . . , , , , ".

2 .

+2

, JavaScript JScript - . IE JQuery JavaScript. JQuery , IE.

- IE JScript/JavaScript . , 10 .

, , , .

0

script IE -

<script type="text/jscript" src="jsforie.js"></script>

.

0

Source: https://habr.com/ru/post/1773661/


All Articles