This works in every browser I've tested except IE
My .js
document.getElementById("location").innerHTML = object.city;
My html
<div id="location" class='text1' ></div>
I've spent hours searching the web, but have found no solution.
Any advise?
Thanks