Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
noty.jsを使い始めたばかりですが、「Creating a noty」で非常に基本的な例を実行しようとすると、エラーが発生し続けます。
Uncaught TypeError: Property 'noty' of object function (a,b){return new e.fn.init(a,b,h)} is not a function
(jsfiddle)
これはnotyの問題ですか、それとも私の側の問題ですか?
最も簡単な例は
noty({text: 'noty - a jquery notification library!'});
あなたの代わりに
$.noty({text: 'noty - a jquery notification library!'});