我刚刚开始使用noty.js,但每当我尝试在“创建一个noty”下执行超级基本示例时,我一直收到错误:
Uncaught TypeError: Property 'noty' of object function (a,b){return new e.fn.init(a,b,h)} is not a function
(jsfiddle)
这是noty的问题,还是我的问题?
答案 0 :(得分:6)
最简单的例子是
noty({text: 'noty - a jquery notification library!'});
而不是你的
$.noty({text: 'noty - a jquery notification library!'});