how to add image tag in div using 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");