I can't get a map to load in Chrome. Works well in IE and Safari and intermittently in Mozilla (must reload several times). Console errors are attached. Here's the webpage: https://www.washco.utah.gov/forms/emergency-services/fireworks-restrictions/
Any ideas? Thanks!
Solved! Go to Solution.
Seems like its because you are loading jquery after the Esri JSAPI. If you move the code that creates the map and loads the Esri JSAPI below the script tags that load jQuery it should be fine. Here's a stack overflow thread with a bit of detail:
Seems like its because you are loading jquery after the Esri JSAPI. If you move the code that creates the map and loads the Esri JSAPI below the script tags that load jQuery it should be fine. Here's a stack overflow thread with a bit of detail: