$(document).ready(function () { $('img').click(function(){ $(this).attr('src','images/download.jpeg') }) })