fbpx
Filter Results
Book of the Bible
Date:
Free Sermon Resource
<span itemprop="name">The Healing at the Pool</span>
SKUDT427-07PN
Product TypeSermon
Duration30:57
ScriptureJohn 5:1-18
Favorite

The Healing at the Pool

Pete Nicholas   |   Oct 23, 2022
Share
Add to Cart
SKUDT427-07PN
Product TypeSermon
Duration30:57
ScriptureJohn 5:1-18
// Get all elements with the class name "gi-price" var prices = document.getElementsByClassName("gi-price"); // Loop through each element and replace the text for (var i = 0; i < prices.length; i++) { var priceText = prices[i].textContent; if (priceText === "$2.50") { prices[i].textContent = "FREE"; } }