jQuery:基于src收集img标记,然后替换它们

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery:基于src收集img标记,然后替换它们相关的知识,希望对你有一定的参考价值。

This two liner is powerful. It shows you how to find images on a page based on the source (src) and replace them with another image.
  1. var img = $(".columnLeft").find("img[src='/path/to/existing/image/file.png']");
  2. $(img).attr("src", "/path/to/new/image/file.png" );

以上是关于jQuery:基于src收集img标记,然后替换它们的主要内容,如果未能解决你的问题,请参考以下文章

不使用 jquery 替换 img src 属性

jQuery img src 替换不起作用

每个锚点 href 的 JQuery 替换缩略图 img src

js替换img的src,替换后显示白色?

ie8下jquery更改IMG src路径,图片无法显示,如何解决! 如:$('img[ectype="avatar"]').attr('src',

比较两个标记属性