So when JScript is different from JavaScript, how does IE interpret jQuery, and all the other JavaScript-s ?
Is it better to replace the JavaScript with JScript for IE? Are there any performance diferences?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JScript and JavaScript are the same. They’re just aliases for each other:
(via Wikipedia)
The only scripting differences between the 2 will be in cross-browser differences.