where test.php generates an image with a random number.
Itried :
$(\'#verifyimage\').click(f
You can force a refresh by appending a random string at the end, thus changing the URL:
$('#verifyimage').click(function() { $(this).attr('src', $(this).attr('src')+'?'+Math.random()); });