I am working on a project for a client and I was hoping I could get some help with how to do this since I am relatively new to Javascript (while I have alot more familiarity with CSS/HTML at this time).
Request Details
Install a countdown timer that countdown to 5pm EST, Monday-Friday. The timer should be textual (or at least able to be styled via CSS).
This is for an online store on a closed source platform with no access to server side programming (HTML/CSS/Javascript only). Server type is IIS 6.X
Requirements
Timer must automatically restart at 5pm (Monday-Friday)
Timer must continue to function even if a postback/Ajax Refresh occurs on page*
*The product detail pages where this will be showing have Ajax panels that refresh the page based on certain actions. The countdown should continue to function even after a dynamic or full page refresh.
What I have done so far
I have attempted to utilize various plugins for use in this project, but I have yet to find one that is designed to restart daily.
I am lost on the best way to proceed here and while I know what I need can be done in Javascript (or jQuery) I guess I lack the experience to be able to determine what that is.
Any help is appreciated!