Hi,
I was wondering if there was a equivalent of the window.location.reload() method for a div element only, as I want to refresh only part of my Web Resource.
I have seen numerous posts about it, but these all involve scenarios where the innerHTML of the div is altered manually, however any changes made to the HTML of the div are done by a plugin and the refresh would pull the latest version from the server, so I cannot manually code them in
Thanks in advance! :)