In reference to JavaScript Functions Working Locally but not in Test deployment
While I have the website functional for Chrome, not all of my users use Chrome.
Some still prefer (or are restricted to) IE11. IE11, however, cannot execute the JavaScript functions, even when it posts the script for them in the DOM_Explorer and Debugger views.
What can be done to force IE11 to recognize the JavaScript so that all my users can use the page correctly regardless of browser?