PHP Classes

File: assets/js/pages/notifications.init.js

Recommend this page to a friend!
  Classes of Braun Okoi Boniface   eprotech   assets/js/pages/notifications.init.js   Download  
File: assets/js/pages/notifications.init.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eprotech
Application to access medical product suppliers
Author: By
Last change:
Date: 2 years ago
Size: 1,483 bytes
 

Contents

Class file image Download
var toastTrigger2=document.getElementById("borderedToast1Btn"),toastLiveExample2=document.getElementById("borderedToast1");toastTrigger2&&toastLiveExample2&&toastTrigger2.addEventListener("click",function(){new bootstrap.Toast(toastLiveExample2).show()});var toastTrigger3=document.getElementById("borderedToast2Btn"),toastLiveExample3=document.getElementById("borderedToast2");toastTrigger3&&toastLiveExample3&&toastTrigger3.addEventListener("click",function(){new bootstrap.Toast(toastLiveExample3).show()});var toastTrigger4=document.getElementById("borderedTost3Btn"),toastLiveExample4=document.getElementById("borderedTost3");toastTrigger4&&toastLiveExample4&&toastTrigger4.addEventListener("click",function(){new bootstrap.Toast(toastLiveExample4).show()});var toastTrigger5=document.getElementById("borderedToast4Btn"),toastLiveExample5=document.getElementById("borderedToast4");toastTrigger5&&toastLiveExample5&&toastTrigger5.addEventListener("click",function(){new bootstrap.Toast(toastLiveExample5).show()}),toastPlacement=document.getElementById("toastPlacement"),toastPlacement&&document.getElementById("selectToastPlacement").addEventListener("change",function(){toastPlacement.dataset.originalClass||(toastPlacement.dataset.originalClass=toastPlacement.className),toastPlacement.className=toastPlacement.dataset.originalClass+" "+this.value}),Array.from(document.querySelectorAll(".bd-example .toast")).forEach(function(t){new bootstrap.Toast(t,{autohide:!1}).show()});