Comment ajouter une image à l'aide de 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");