notify js
$.notify("BOOM!", "error");
notify.js
import toaster from "toasted-notes";
import "toasted-notes/src/styles.css"; // optional styles
toaster.notify("i am notifying you i will exit after 2s", {duration: 2000})
notify js
var h5 = $("<h5/>").append("You MUST have some Foo !")
$.notify({
title: h5,
button: 'Ok !'
}, {
style: 'foo',
autoHide: false,
clickToHide: false
});
notify js
var h5 = $("<h5/>").append("You MUST have some Foo !")
$.notify({
title: h5,
button: 'Ok'
}, {
style: 'foo',
autoHide: false,
clickToHide: false
});
notify js
var h5 = $("<h5/>").append("You MUST have some Foo !")
$.notify({
title: h5
}, {
style: 'foo',
autoHide: false,
clickToHide: false
});
notify jquery
$.notify("Do not press this button", "info");
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us