Tagged Questions

4
votes
1answer
298 views

Javascript reset countdown

Hello I have a problem with countdown by javascript, i wrote a script and not bad. i need reload countdown after few minute by ajax (json) but after loading new data script does not work properly. ...
2
votes
2answers
92 views

Keeping a countdown timer synchronized across multiple browsers via a date/time stored on the database

I want to try and keep a timer synchronized across multiple browsers/clients which is counting down to a date stored within the database. If the date changes for some reason then I will need to update ...
2
votes
3answers
190 views

JQuery Countdown Plugin from its div value

I am trying to modify this JQuery Countdown plugin to initialize itself when it has a value in its div or span. I need because I'm building an application that will allow people to have any amount of ...
2
votes
1answer
164 views

Complete Novice using jquery, countdown widget won't work, can someone help?

I am a complete novice at this, never used jquery before, would like to create a countdown widget using divisions and spans for my website but can't seem to get the counter to appear. The spans will ...
2
votes
4answers
1k views

Jquery Countup Timer

I was trying to achieve count up timer with this jquery plugin. As I am newbie on this, I really don't understand their documentation. What I want to display is. I want to display counter which ...
2
votes
2answers
2k views

javascript / jquery time count down

Hello I want to make a function either using pure Javascript or also benefiting from jquery to count down to an ending time such as: //consumes a javascript date object function countDown(endtimme){ ...
1
vote
2answers
24 views

How to turn off .animate() on a certain element

I'm using http://tutorialzine.com/2011/12/countdown-jquery/ which animates the numbers down and fades to opacity 0. Edit. Added jsFiddle http://jsfiddle.net/Mw4j2/ // The .static class is ...
1
vote
2answers
185 views

Jquery Countdown timer for multiple events

Here is my problem. I am coding a website for a meeting hall. The client wants a countdown to the next meeting on the home page. I figured I would use The Jquery Countdown plugin on ...
1
vote
1answer
109 views

How to prevent timer reset on page refresh?

I'm using jQuery countdown in a script, but I can't figure out how to prevent the timer from resetting on a page reload. I'm hoping someone knows how or can give me a suggestion? I'm using PHP, so I ...
1
vote
1answer
51 views

Output the countdown has ended when countdown is zero JS

http://keith-wood.name/countdown.html I am using this jQuery plugin. $('#noDays').countdown({ until: enddate_final, format: 'HMS', compact: true, description: '', timeSeparator: ' : '}); Is ...
1
vote
2answers
164 views

jQuery countdown

I am trying to use this jQuery countdown - http://code.google.com/p/jquery-countdown/. Because it have a nice animations, but seems like it isn't completed yet, because it has not well documented. ...
1
vote
1answer
335 views

Passing Parameters to onExpiry Function in jQuery Countdown plugin

So I'm using http://keith-wood.name/countdown.html to do a countdown and am trying to figure out how to pass some params to the callback function that can be set in the plugins' options: var param = ...
1
vote
1answer
53 views

Jquery multiple coundown

I found this script $(document).ready(function(){ $('tr[id]').each(function () { var $this = $(this); var count = parseInt($this.attr("id")); countdown = setInterval(function(){ ...
1
vote
1answer
212 views

count down that does not reset on page refresh

I found this count down timer code here http://jsfiddle.net/QH6X8/ I would like to make 3 additions if possible. How can I make it so that the count down does not reset and start all over if the ...
1
vote
4answers
156 views

Add a countdown in my scoring script (javascript/jquery)

I have the following script in a js file: // Ad score var score = 0; //$('#score').text(score); function foundMatchingBlocks(event, params) { params.elements.remove(); score += 100; ...
1
vote
1answer
265 views

jQuery Countdown not working with all versions of IE

I am using jquery countdown in one of rails project with following code - var timeoff = new Date("#{time_format(auction.end_time)}"); $("#myDivId .timerContent").countdown({until : timeoff, ...
1
vote
1answer
383 views

jQuery Countdown with use of PHP & MySQL

The idea: To create a countdown to show days or hours left until some event (no minutes or seconds are required)... I have MySQL database which stores data used by countdown: id, date & ...
1
vote
2answers
219 views

Using Jquery countdown in Wordpress

I'm trying to use keith wood's jquery countdown timer in Wordpress and not having much luck. I've used it in non-wordpress sites without any problem. The following is my wordpress header.php and the ...
1
vote
1answer
278 views

jquery countdown clock lag/jump

I have a countdown clock that I have been working on. If you watch it for several seconds you will start to notice that it will occasionally hang or jump a bit when counting. Its subtle but... ...
1
vote
4answers
493 views

simple 3-2-1 countdown in javascript/jquery

i'm trying to create a simple 3-2-1 counter. i would like to display the 3, 2, and 1, as well as run a function at the end of the countdown. i've tried a couple things to no avail: ...
1
vote
2answers
434 views

Basic jQuery javascript countdown

I KNOW that this is basic. But I'm so JS-retarded I can't "do-it-myself" and I'm tired of spending hours getting nowhere. Please help! There are dozens of JS countdowns I find by Googling & on ...
1
vote
0answers
420 views

Javascript / Jquery Date Countdown

Could anyone help me with a javascript countdown; For Example: If it's 1:05pm on Sunday, it would say: "Place your order within the next 1 day 2 hours 55 minutes and your order will ship Monday" ...
1
vote
2answers
1k views

jQuery 1 minute countdown with milliseconds and callback

I'm trying to figure out a way to display a simple countdown that displays 1:00:00 whereby 1 = minutes, 00 = seconds, and 00 = milliseconds. I've found loads of jQuery countdowns on the interwebs, ...
1
vote
2answers
1k views

asp.net/jquery - Countdown timer not working

Here is the full code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
99 views

Passing client data to server-side methods

I have a JavaScript file that checks for bids using json data. Now the problem I have is the plugin for the countdown has an onExpiry function that won't let you pass parameters, when u do the ...
0
votes
2answers
64 views

Countdown to a specific date

What I'm trying to do seems like it should be simple but is proving tricky. I need a countdown script that uses a target date and gives me three separate figures - namely Days, Hours and Minutes to ...
0
votes
2answers
155 views

A CSS-styleable countdown timer?

I imagined this would be super-simple, but it is eluding me so far. I would like to know how I can implement a timer that counts down to a specific date and can be styled with CSS. Specifically, I ...
0
votes
1answer
82 views

how to use count down jquery plugin

I use source in the internet. it only show right but not coundown. here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
129 views

Jquery Countdown timer fails in IE

Im using a jquery countdown timer mixed with php. here is an example of the code. <?php $time = new DateTime($buy->{$i}->end_date); $deal_time = ...
0
votes
1answer
85 views

jQuery countdown function in IE

I'm having a strange issue with IE8 and below where my countdown that's only supposed to fire once keeps fireing, something that doesn't happen in modern browsers. Is there any way to fix this? ...
0
votes
0answers
54 views

multiple countdown on page to date

I have a JavaScript to show multiple coutdown on my site, but I will like to move to Jquery, after a long search on Google I can't find a Jquery script to perform the same task as my old JavaScript. ...
0
votes
0answers
161 views

Jquery Countdown.. Get time from php?

I'm using a popular jQuery countdown script that has built in servertime sync. However I want to sync with server first not last as I also check the day and time. ...
0
votes
1answer
54 views

Reseting jQuery timer

I need to reset my timer back to 5 seconds. But it doesn't work. Can you help: <script type="text/javascript"> "use strict"; $(document).ready(function() { ...
0
votes
1answer
118 views

jQuery Countdown plugin break on IE and Safari

I'm using jQuery Countdown plugin with multiple instances on one page <div class="TimeLeft"> <?php echo counterDate($dl['end'][0]); //YYYY, MM, DD ?> </div> <div ...
0
votes
1answer
191 views

JavaScript/JQuery countdown timer with multiple interval settings?

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 if they could be random, that would be even ...
0
votes
2answers
94 views

Looking for an jQuery countdown to a date

I'm looking for an simple countdown timer. I want to use multiple instances allthough they all need to countdown to the same date. The problem is that I can't find a good jQuery plugin that counts to ...
0
votes
1answer
141 views

jQuery Countdown - reset timer

I'm using the jQuery Countdown plugin and have a quick query. My code currently looks like this: function doCountdown(){ var nextNoon = new Date(); if (nextNoon.getHours()>=12){ ...
0
votes
0answers
45 views

jquery_countdown - specify start and end times?

I'm using the jquery_countdown script in conjunction with PHP. I'm trying to countdown three minutes from a time value I'm pulling from the database, but I can't figure out how to designate a ...
0
votes
5answers
218 views

How to create a countdown timer with jQuery?

I'll have more than one of these small boxes on my site, and each will start counting down at different times. How can I decrease the numerical value of the timer per second, giving the simulation of ...
0
votes
0answers
144 views

Countdown.js plug-in not displaying using JQuery Mobile

I am developing a prototype mobile app using JQuery Mobile as a base framework (Love it!). I need to deploy a "count up" timer in my app to track elapsed time. I am using Keith Wood's plug0in with a ...
0
votes
2answers
103 views

Jquery Daily Timer

I'm trying to find a jQuery timer that will countdown to 10am everyday, monday to friday. On friday it will countdown to 10am monday. I've tried KK Countdown but it seems a little difficult to ...
0
votes
3answers
169 views

ASP.MVC 3 and HTML.Partial and multiple Jquery countdown

I have problem to put several countdowns on page. I use HTML.Partial: <span><strong id="time_h"></strong>godz. <strong id="time_m"></strong> min. ...
0
votes
1answer
163 views

Countdown Timers that Persist Despite AJAX Reload

Currently I'm using someone else's JS-based countdown timer. When I fetch the timers I simply append a value to the class of the countdown timer like so: In PHP: $rows = mysql_num_rows($result); ...
0
votes
2answers
405 views

Jquery Countdown Server sync issue

I'm trying to create a countdown for an event. I'm using Jquery Countdown I have this code: $(function () { var fecha = new Date("July 30, 2011 00:00:00"); ...
0
votes
1answer
113 views

jQuery Countdown errors

I'm using this jQuery countdown plugin: http://keith-wood.name/countdown.html I'm trying this to set the countdown date: var countdownValue = $('#countdown-value').text(); alert(countdownValue); ...
0
votes
1answer
129 views

problem jquery countdown only show timer for product1, but not show product2, .. n product

<script type="text/javascript"> $(function () { var id = $("#id").val(); var endDate = $("#endtime_" + id).val(); ...
0
votes
3answers
369 views

jquery countdown

I am new to programming jquery php. I want to countdown a php time variable in jquery. For example time= 31233. How could i count down this like mm:ss? Please help thanks
0
votes
1answer
356 views

3 digits for alternative example of Keith Wood's Jquery Countdown

For the Jquery countdown plugin created by Keith Wood, we would like to use the "Alternative Images" version, but our countdown datetime is currently in 3 digits for the number of days. The script is ...
0
votes
3answers
149 views

Countdown clock issue

I am using Keith Wood for a cool countdown clock and am noticing some off behavior and was looking to see if anyone could nail it. The clock seems to pause after watching it count down for a while. It ...
0
votes
1answer
97 views

jquery unexpected behaviour!

I am using autorefresh code which I got from this website: http://www.brightcherry.co.uk/scribbles/2009/02/26/jquery-auto-refresh-div-every-x-seconds/ and i am loading a jsp page which shows a ...

1 2