PHP Classes

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

Recommend this page to a friend!
  Classes of Braun Okoi Boniface   eprotech   assets/js/pages/modal.init.js   Download  
File: assets/js/pages/modal.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: 367 bytes
 

Contents

Class file image Download
var varyingcontentModal=document.getElementById("varyingcontentModal");varyingcontentModal&&varyingcontentModal.addEventListener("show.bs.modal",function(t){var e=t.relatedTarget.getAttribute("data-bs-whatever"),n=varyingcontentModal.querySelector(".modal-title"),t=varyingcontentModal.querySelector(".modal-body input");n.textContent="New message to "+e,t.value=e});