Как добавить изображение с помощью jQuery

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