Programatically reload a SVG file

fz89

New Member
I have a Javascript/jQuery function that creates/overwrites a SVG file, which is embedded in a page in a web app. I made sure that, each time this function is called, the SVG file is updated, but under some occasions (which I am not sure when), the SVG file seems to be cached in the web browser, and does not appear as updated. What is the best way to ensure that the SVG file is rendered with the new content each time this function is called?
 
Back
Top