SyntaxFix
Write A Post
Hire A Developer
Questions
Instead of below code:
$(this).attr("src").replace(urlRelative, urlAbsolute);
Use this:
$(this).attr("src",urlAbsolute);