PHP Classes

File: assets/js/cutom.js

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple Wordpress Pop-up Plugin   assets/js/cutom.js   Download  
File: assets/js/cutom.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Wordpress Pop-up Plugin
Make a pop-up appear in a WordPress site pages
Author: By
Last change:
Date: 2 days ago
Size: 533 bytes
 

Contents

Class file image Download
function dismissNotice() { document.getElementById("addressNotice").style.display = "none"; } //display notice function displayNotice() { document.getElementById("addressNotice").style.display = "flex"; } //search and replace text in a const links = document.querySelectorAll("a"); links.forEach((link) => { if (link.textContent.includes("18208 Preston rd Suite D7 Dallas TX 75252")) { link.innerText = "18216 Preston Road, Suite B-3 #103 Dallas, TX, 75252"; //add color white link.style.color = "white"; } });