Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
vendors
/
pnotify
/
libtests
/
browserify
:
index.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
// Not working? Did you `npm install` `npm run build` first? var $ = require("jquery"); var PNotify = require("pnotify"); $(function(){ $("#button1").click(function(){ new PNotify({ title: "Yay!", text: "It works!" }); }); $("#button12").click(function(){ require("pnotify.reference"); new PNotify({ title: "Yay!", text: "It works!", reference: { put_thing: true } }); }); });