Answer the question
In order to leave comments, you need to log in
How to change css properties after a certain time using JS?
Good afternoon!
The issue is that there are two divs containing phone numbers
<div id="tel_free" style="display=block;">88007777777</div>
<div id="tel_city" style="display=none;">+74737777777</div>
<div id="tel_free" style="display=none;">88007777777</div>
<div id="tel_city" style="display=block;">+74737777777</div>
document.getElementById('tel_free').style.display='none'; document.getElementById('tel_city').style.display='block';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question