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 - Error: Unresolved reference 'selenium' What is the reason? -

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

How do I compare strings in Java? -