Answers for "img jquery"

3

jquery get image src

$('.img1 img').attr('src');
Posted by: Guest on March-13-2020
2

can we give a url to img with jquery

$("#my_image").attr("src","second.jpg");
Posted by: Guest on March-29-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language