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