//img is the attribute tag you can use #id if you want $("img").click(function () { // Change src attribute of image $(this).attr("src", "images/card-front.jpg"); });