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