Hi there theremotedr,
I was just teasing.
Add this id here on line 211...
...and amend the script as shown...Code:<img id="price-logo" src="m-images/price-logo.png" alt="remote doctor information button" class="tooltip border buttonshadow" ></a></h1>
Code:(function(){ 'use strict'; var a=document.getElementById('secondary-navigation').getElementsByTagName('a'); for(var c=0;c<a.length;c++) { a[c].addEventListener('click', function() { if(this.firstChild.nodeValue==='** CLONING SERVICE **'){ document.getElementById('btnOrder1').style.display='none'; document.getElementById('price-logo').src='m-images/info-logo.png'; } else { document.getElementById('btnOrder1').style.display='inline'; document.getElementById('price-logo').src='m-images/price-logo.png'; } },false); } }());
coothead




Reply With Quote
Bookmarks