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
jQuery("#my_image").attr("src", "first.jpg")