This commit is contained in:
2020-01-24 17:53:26 -05:00
parent 7f3e301b7d
commit a77f69912d
1264 changed files with 339035 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');
});