使用jQuery重新加载图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用jQuery重新加载图像相关的知识,希望对你有一定的参考价值。

  1. // There is no reload or replace method for images. The src property can be set in the same way as the location.href property though.
  2.  
  3. with($('#image')) {
  4. src = src.replace(/?.*$/, '') + '?' + Math.random();
  5. }

以上是关于使用jQuery重新加载图像的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript 用jQuery重新加载图像

加载此 jquery 插件后删除特定类

JQuery - 预加载图像(使用 JQuery / 本机 JavaScript / CSS)

jQuery 无限滚动/延迟加载

使用 jQuery 异步加载图像

避免页面重新加载以及使用 Javascript/JQuery 重新加载时 [重复]