I have a simple progress bar <progress value="22" id = "timerProgress"></progress>
I have managed to change its value using jQuery but I'd like to write text like Remaining : 10 sec INSIDE the progress bar.
I tried the innerHTML and the html properties but that didn't work out.
How to go about it?