GrowlNotification
来自Purtmars Wikipedia —— 普特莫斯维基
1 <html>
2 <script>
3 GrowlNotification.notify({
4 title: 'Well Done!',
5 description: 'You just submit your resume successfully.',
6 type: 'success',
7 position: 'top-right',
8 closeTimeout: 5000,
9 showProgress: true
10 });
11 </script>
12 </html>