覆盖现有的jQuery窗口刷新

时间:2018-09-10 08:21:41

标签: javascript jquery resize google-tag-manager

我现在无法访问页面模板,因此正在网站上工作。在此模板中,以下jQuery用于在调整大小后刷新页面:

ip = x.eval(session=sess, feed_dict={input: X_batch})

是否可以使用JavaScript或jQuery将其关闭或覆盖?

1 个答案:

答案 0 :(得分:0)

我认为可能是

$(window).off("resize");

这表明resize可以用off配置 https://api.jquery.com/resize/

http://api.jquery.com/off/