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" });
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
Post a Comment