替换vbulletin中的图像源

时间:2016-01-29 03:58:09

标签: javascript jquery replace vbulletin

我想在" headinclude"中添加一个脚本。我的vbulletin模板。 因为我经常需要更改网站的域名,所以某些链接,特别是图片链接在更改域名后不起作用。 所以我认为最好添加一个jQuery脚本(或者javascript)。 我在一个网页上有一些图像链接如下:

  <div id=allimages>
    <span>
        <img src="http://olddomain.com/attachment.php?attachmentid=123&d=3321">
        <img src="http://olddomain.com/attachment.php?attachmentid=352&d=7541">
        <img src="http://olddomain.com/attachment.php?attachmentid=851&d=4853">
    </span>
  </div>

我想将所有olddomain.com更改为newdomain.org

我该怎么做?

0 个答案:

没有答案