jquery - count down timer plugin restarts after page refresh -


im using count down timer plugin restarts after page refresh , cannot values inside timer div because div binds every time time running wanna store in cookie , retrieve after page refresh can refer code this.

i using below code call timer plugin

$("#hms_timer").countdowntimer({         hours : hrs,         minutes : mins,         seconds : sec,         size : "lg",         pausebutton : "pausebtnhms",         stopbutton : "stopbtnhms"     }); 

this link got timer plugin

looking @ plugin documentation, there no way retrieve current time left. way can current time left parse html output of timer.

since countdown timer pretty basic, advise write own countdown timer, , add required cookie mechanism you're talking about.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -