I want my users to be able to download images from my website using jQuery. For example, I have an image like this below on my website. When user clicks "Download" button that image must be downloaded to user system. What can I do to achieve this?
<div class="download"><img src="http://m.com/hello.png"><div>
EDIT : PHP code is also welcome, for example download.php?url=http://m.com/hello.png
,
PS: http://m.com/hello.png is an external URL.