So fügen Sie ein Bild mit JQuery hinzu
// 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");