Cómo agregar una imagen usando jQuery
// Change src attribute of image
$(this).attr("src", "images/card-front.jpg");
Anthony Smith
// Change src attribute of image
$(this).attr("src", "images/card-front.jpg");