Revision: 34316
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 21, 2010 01:21 by magicrebirth
Initial Code
// There is no reload or replace method for images. The src property can be set in the same way as the location.href property though. with($('#image')) { src = src.replace(/\?.*$/, '') + '?' + Math.random(); }
Initial URL
http://johannburkard.de/blog/programming/javascript/6-fast-jQuery-Tips-More-basic-Snippets.html
Initial Description
Initial Title
Reload an image with jQuery
Initial Tags
js, image, jquery
Initial Language
JavaScript