jQuery Magnify图片不会仅在Chrome中旋转吗?

时间:2019-06-27 08:35:34

标签: javascript jquery

我正在使用jQuery Magnify插件。除非我按 Ctrl + F5 ,否则图像在Chrome中不会旋转。

旋转后,我尝试使用文档中的以下window.location.reload(true)标签对JS文件使用meta随机查询字符串:

<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />

在单击旋转按钮时:

$.post("" + document.getElementById('site_url').value + "project_management/rotate_image", {
  src: $image[0].src, 
  angle: angle,
  direction: direction
}).done(function(data) {
  window.location.reload(true);
});

图像在后端旋转,但重新加载后未显示在屏幕上。

1 个答案:

答案 0 :(得分:0)

因此查询字符串在Manigfy中发挥了作用。Js非常感谢madalinivascu