Following is the fiddle: jsfiddle
The intitial HTML: code is as below, refer fiddle for javascript code:
<div id="test_time_left">Time Left :<b><span id="time_value" style="padding-left:5px;"></span> </b> </div>
Now I want to change the font color to red and blink the whole timer only when the timer reaches to value 00:05:00. Till then nothing from the timer should get blink or should have red font color. Now the second colon(after min:) is getting blinked from start and only the min value is getting the font color red. Can anyone help me in removing the bugs I've made in the fiddle and correct the functionality? Thanks in advance. Waiting for your answers.