I am using a javascript editor called NicEdit which doesn't come with an option to change or reference the base url. I was wondering if this can be done in jquery or javascript?
The image src of all images in the DIV element are the same, <IMG border=0 src="/image.jpg">
except the actually images is stored under a different domain and directory altogether.
I like the src to remain /image.jpg, but make reference to all images as with the domain http://www.domain.com/image.jpg within the that DIV only.
Possible?