常见消息提醒,相似于Chrome notification,易于使用,用户体验赞。javascript
// Simple $.sticky('hi, every body rock!'); // Advantage $.sticky({ icon : 'img/greet.png', title : 'Greeting', body : 'Hello there, I am jquery.sticky \(^o^)/~.', position : 'top-right', useAnimateCss: true, onShown : function(id){ console.log('shown', id); }, onHidden : function(id){ console.log('hidden', id); } });
批量消息队列管理。java
在线演示jquery
源码地址git