Profile image for HotMorris Dazure.net hotmorris
Refresh the src ( image path ) of an image with jQuery?
Language
Text only
Tags
JQuery

Refresh the src ( image path ) of an image with jQuery?

1 //How to refresh the src of an image with jQuery? 2 3 $(imageobj).attr('src', $(imageobj) 4 .attr('src') + '?' + Math.random() );

Comments