I have an HTML string that contains text and images, e.g.
... ...
...
I need to
I normally use the below:
$(content).attr("src") where content = "img src='/somesource/image.jpg'>" //removed < before img for html rendering in this comment