Jak dodać obraz za pomocą JQuery

// Change src attribute of image
        $(this).attr("src", "images/card-front.jpg");
Anthony Smith