I want make a dozen of dynamic countdowns. I have countdown’s time end in php table: “timeend[]” and file timeend.php return like: 2012-12-31 04:00:00;2012-12-30 02:00:00;…
I had javascript code but it work with one countdown: http://pastebin.com/2dih5XVC
Who know how to make many dynamic countdowns???
P.s Sorry for bad English but I’m Polish
With this jQuery plugin you can just used
$(selector).countdown({since: new Date(2010, 12-1, 25)});to add a new countdown. Using different selectors results in different countdowns.