how to use an implement a matrial notifier code example
Example 1: how to use an implement a matrial notifier
$(function () {
$('#folder-1').click(function () {
toastr.error("Folder 1 has been clicked!", "Folder 1", {
"positionClass": "md-toast-top-right",
});
});
});
Example 2: how to use an implement a matrial notifier
$(function () {
$('#folder-1').click(function () {
});
});
Example 3: how to use an implement a matrial notifier
<a class="btn btn-info" onclick="toastr.info('Hi! I am info message.');">Info message</a>