where test.php generates an image with a random number.
Itried :
$(\'#verifyimage\').click(f
Add a timestamp or a random number:
var timestamp = new Date().getTime(); $(this).attr('src',$(this).attr('src') + '?' +timestamp );