强大的响应式jQuery消息通知框和信息提示框插件 A Responsive jQuery notification plugin
Examples
Custom buttons
Disable icon
Advanced usage of Lobibox.window
Callbacks
All popup boxes have callback option
Lobibox.confirm({
msg: "Are you sure you want to delete this user?",
callback: function ($this, type, ev) {
//Your code goes here
}
});
Examples
Large Notifications
Mini notifications
For mini notifications icon and image is shown on small size and title is disabled by default. Although you can enable it by giving title parameter when initializing.