jquery.toastx
类似于Android的Toast
例子:
$.toast({'message':'显示消息'}).show();
$.toastx('显示消息...');
Toastx is a very simple and CSS-less jQuery plugin used to show Android-style brief messages for your web application.
Notification toast-message例子:
$.toast({'message':'显示消息'}).show();
$.toastx('显示消息...');