I'm scraping some content and there's this image which has this:
<div id="targetImage"><img src="alfresco/nap/webAssets/webPage/homepage/desktop/common/intl/global/images/primary-v=1.13.jpg" alt="" title="" width="550" height="682"></div>
I need to append
"http://www.targetdomain.com/"
before
"alfresco"
What is the best method to achieve this via jquery? Do I need regex for this?
Thanks
<BASE>