未捕获的ReferenceError:未定义$ alertable

时间:2017-07-12 07:33:44

标签: javascript jquery html jsp jquery-plugins

我已将jquery.alertable插件用于我的网站,但它在我的网页中无效。我有一些错误说

  

'未捕获的ReferenceError:$ alertable未定义'

所以请帮我解决这个问题。谢谢你提前

这是我来自chrome的错误

enter image description here

1 个答案:

答案 0 :(得分:0)

查看此文档: https://github.com/claviska/jquery-alertable

$.alertable.prompt('How many?').then(function(data) {
  // Prompt was submitted
});

因此,不要使用$ alertable使用$ .alertable