add image to element jquery code example
Example: how to add an image using jquery
// Change src attribute of image
$(this).attr("src", "images/card-front.jpg");
// Change src attribute of image
$(this).attr("src", "images/card-front.jpg");