PHP Classes

File: src/stubs/skin/theme1/theme/vendors/pnotify/libtests/browserify/index.js

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/skin/theme1/theme/vendors/pnotify/libtests/browserify/index.js   Download  
File: src/stubs/skin/theme1/theme/vendors/pnotify/libtests/browserify/index.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Admin
Manage users and the site content they publish
Author: By
Last change:
Date: 1 year ago
Size: 525 bytes
 

Contents

Class file image Download
// 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 } }); }); });