Forum Discussion
AustinK
7 years agoQrew Commander
Javascript runs in every browser differently. Some browsers support certain commands while others will not. I cannot find the exact website I'm looking for but you want some compatibility websites. The second and third links are likely better.
https://kangax.github.io/compat-table/es6/
https://caniuse.com/#search=javascript
https://caniuse.com/#search=jquery
Looking at my 2nd and 3rd link you can see what commands IE supports for JS or jQuery. Do you need to use IE? Can you just change the default browser to be Chrome or anything else? Even Edge would do better than IE to be honest with you.
https://kangax.github.io/compat-table/es6/
https://caniuse.com/#search=javascript
https://caniuse.com/#search=jquery
Looking at my 2nd and 3rd link you can see what commands IE supports for JS or jQuery. Do you need to use IE? Can you just change the default browser to be Chrome or anything else? Even Edge would do better than IE to be honest with you.