уведомить jQuery
$.notify("Do not press this button", "info");
Defiant Deer
$.notify("Do not press this button", "info");
$.notify("BOOM!", "error");
UIkit.notify({
message : 'Bazinga!',
status : 'primary',
timeout : 5000,
pos : 'top-center'
});
// Shortcuts
UIkit.notify('My message');
UIkit.notify('My message', status);
UIkit.notify('My message', { /* options */ });