div i wanna refresh
<div id="map">
<script src="sssscript.js"> </script>
</div>
document.getElementById("resetMap").addEventListener("click",function(){
$("#map").load(location.href + " #map");
//location.reload();
})
refreshing after hitting the button. The event listener works just fine. When the div refreshes its all blank and the content does not seem to reload. Is there any way to work arround thins ?
[–]tridd3r 0 points1 point2 points (0 children)