first commit

This commit is contained in:
Olu Amey
2021-09-13 06:53:04 -04:00
commit 32eb3ab418
3602 changed files with 875408 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
$('.toast-toggler').on('click', function () {
$(this).next('.toast').prependTo('.toast-bs-container .toast-position').toast('show')
// if ($('.toast-bs-container .toast-position .toast').hasClass('hide')) {
// $('.toast-bs-container .toast-position .toast').toast('show')
// }
});
$('.placement').on('click', function () {
$('.toast-placement').toast('show');
$('.toast-placement .toast').toast('show');
});