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

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -