Answers for "jquery code to get the src of an image"

4

jquery get image src

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

jquery get image src

$('#imageContainerId').prop('src')
Posted by: Guest on December-22-2020

Code answers related to "jquery code to get the src of an image"

Code answers related to "Javascript"

Browse Popular Code Answers by Language