I need a JavaScript developer for the following job. I want to countdown from a number, let's say 100. But I don't want the countdown to be obvious such as in seconds. I would like 3 intervals like below and they should be random. On each number decrement, I want to setup a cookie that holds the new value. 2 seconds 8 seconds 14 seconds So it works like so: User lands on page, Sees the number 100, then either 2,8 or 14 seconds later, the 100 decrements down to 99 and so on until it hits 0. Say the user sees 2 intervals and is left with 98, that value should be set in the cookie, so when they visit the page again, the don't see 100, but the new value. Pay is $20 by PP. You must ave skype.
working on this now! not sure if I can get it just how you want, When im done ill show you and you can just tell me what to change
so you want the intervals to set to one of the 3 time options in the user cookie so that the user will have the same interval every visit until 0. Or so that it changes the amount of time every visit but maintains the number they left the page at? and once it hits 0 what do you want to happen, The time runs x amount of seconds then starts over?