cara menambahkan gambar menggunakan jQuery

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