/ Published in: JavaScript
URL: http://johannburkard.de/blog/programming/javascript/6-fast-jQuery-Tips-More-basic-Snippets.html
Expand |
Embed | Plain Text
// 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(); }
You need to login to post a comment.
