【问题标题】:Can't find variable: $ safari找不到变量:$ safari
【发布时间】:2018-03-26 07:57:14
【问题描述】:

enter link description here

<script>
$(document).ready(function() {
$("#responsecontainer").load("response.php");
var refreshId = setInterval(function() {
$("#responsecontainer").load('response.php?randval ='+ Math.random());
}, 90000);
});
</script>

你能帮帮我吗 网站 Safari 打不开

【问题讨论】:

  • 在 sn-p 中不包含 jQuery 或其他使用 $ 的库。 “真实”网站中是否包含类似的内容?

标签: javascript jquery safari


【解决方案1】:

你好像没有包含 jquery 之类的库,或者你的库目录不对

【讨论】:

  • 这不是答案
猜你喜欢
  • 2011-05-22
  • 1970-01-01
  • 2023-03-18
  • 1970-01-01
  • 2018-06-09
  • 2013-12-11
  • 2021-01-21
  • 2019-07-28
  • 2014-11-21
相关资源
最近更新 更多