try it
HTML:
<img src="http://www.experts-exchange.com/xp/images/newNavLogo.png" align="left" alt="" />
script:
$('img').each(function(){ $(this).wrap('<a href="'+this.src+'?download=true" target="_blank"/>'); });
Most importantly, you need to specify this on the server side in order to send the file with the attachment of the application when the downlaod = true parameter was added
source share