#jQuery toast效果
http://www.imooc.com/article/16264
演示地址调用方法
$.toast(obj);
obj可用参数: {title: "title", duration: "duration", position: "position", width: "width", height: "height", backgroundColor: "backgroundColor", textColor: "textColor"}
xl-toast is a super light (2kb unminified) jQuery plugin that helps you create highly customizable, Android style toast notifications using jQuery .extend() method.
Notification toast-message#jQuery toast效果
$.toast(obj);
obj可用参数: {title: "title", duration: "duration", position: "position", width: "width", height: "height", backgroundColor: "backgroundColor", textColor: "textColor"}