当前位置: 软件>JavaScript软件
JS提醒框架 Notifier.js
本文导语: Notifier.js 是一个 JavaScript 的事件提醒框架。 示例用法: Notifier.success('User registration successful') Notifier.success('It's a boy!', 'Congrats!') Notifier.info('You have been informed!') Notifier.info('Tomorrow is another day', 'Words of wisdom') Notifier.warning('I warn you ...
Notifier.js 是一个 JavaScript 的事件提醒框架。
示例用法:
Notifier.success('User registration successful') Notifier.success('It's a boy!', 'Congrats!') Notifier.info('You have been informed!') Notifier.info('Tomorrow is another day', 'Words of wisdom') Notifier.warning('I warn you Ceasar!') Notifier.warning('I warn you Ceasar!', 'Assassination Warning') Notifier.error('Something may be wrong..') Notifier.error('Something may be wrong..', 'Ummm..') Notifier.notify('Babe I'm gonna leave you', 'Led Zeppelin', './icons/Music.png', 2000)