jQuery - get img src from element with .attr

0 votes
149 views
added Dec 16, 2020 in jQuery by lcjr First Warrant Officer (11,890 points)
var imgDesc = $('.qa-q-view-content img').attr('src');
console.log(imgDesc);

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...