I want to get all the absolute urls of a website's images to display them, but I need the absolute url of a $('img')
.
I tried:
$('img').attr('src')
but it only returned relative urls of a single one, I am using map to solve the problem of multiple images but still. How do I get the absolute url?