Hi all,

Newby  here.

I'd like to replace a series of images with other images

Say i have

 img src="http://www.domain.com/123.jpg"; 
 img src="http://www.domain.com/456.jpg"; 

Before the images are visibly loaded in the browser, i'd like to replace the
src.
So the browser should act if the source code would be

 img src="http://www.some_other.com/image_123.jpg";
 img src="http://www.some_other.com/image_456.jpg"; 

Any ideas?
-- 
View this message in context: 
http://www.nabble.com/Replace-images-tp17228847s27240p17228847.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to