I have a webpage with a php generated image that displays a volume gauge. One of the variables in the php image is retrieved from a micro-controller. The variable is not being updated before the page is generated so the volume is displayed incorrectly. I know the image is not being pulled from the cache because if I refresh the page right away the image is displayed correctly.
I am looking for a Jquery script to refresh this one image on the page with an ID of "volumegauge".
<img src="gauge.php?Color=green&MaxScale=79&Value=<Nb_var02>&caption=Volume" id="volumegauge"/>
*This page is only being viewed on an iphone so no need to worry about how it will work in IE.