我在 Noty 2.1.0 和 JQuery 1.10.2 的页面中包含 jquery.noty.js、layouts/top.js、themes/default.js。我用那个:
noty(text: '!!!');
我有这个错误:
TypeError: jQuery.noty is undefined
options.closeWith = jQuery.noty.defaults.closeWith; (jquery.noty.js:479)
如何解决什么?
我在 Noty 2.1.0 和 JQuery 1.10.2 的页面中包含 jquery.noty.js、layouts/top.js、themes/default.js。我用那个:
noty(text: '!!!');
我有这个错误:
TypeError: jQuery.noty is undefined
options.closeWith = jQuery.noty.defaults.closeWith; (jquery.noty.js:479)
如何解决什么?