I would like to add a path "images/" to all img tags in my html file. Is that possible and if how can I achive that?
|
1
|
|||||||
|
|
|
I think this will work well:
note that it has sense only if you have already relative path to your images. |
||
|
|
|
|
From what? Is search/replace in notepad good enough? |
||
|
|
|
I'm sure there's a jQuery specific way to do this, but this basic JS loop will do it. Kind of a strange thing to do after loading all the images from a different URL already though.
note: in practice I think you'll want a regex replace to insert the 'images/' string here |
||
|
|
|
|
Try this:
|
||
|
|
|
Perfect, thanks a lot :-) |
||
|
|
