I need to change the src for an html image tag from relative to absolute url.
src
I am using the following code. urlRelative and urlAbsolute are created correct
used this code for src
$(this).attr("src", urlAbsolute);
Demo
Try like this
$(this).attr("src", urlAbsolute)