Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8270763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:40:57+00:00 2026-06-08T06:40:57+00:00

I am working on a site and I’ve installed Keiths Woods’s jQuery countdown. It’s

  • 0

I am working on a site and I’ve installed Keiths Woods’s jQuery countdown. It’s working perfectly on Chrome but in IE, Mozilla, iPad, and iPhones it does not work.
The count down counts perfectly until 10.1.2012. It shows 72 days, 7 hours and so on. On other browsers it shows NaN days, NaN hours and so on.

I have the following HTML:

<html>
<head>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="jquery.countdown.min.js"></script>
    <script type="text/javascript" src="scripts.js"></script>
    <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="jquery.countdown.css" media="screen" />
</head>
<body>
    <div class="body">
        <div class="countdown"></div>
        <div class="logo"></div>
    </div>
</body>
</html>

Inside scripts.js I have:

$(document).ready(function(){
    var date = new Date('10.1.2012'); 
    $('.countdown').countdown({until: date , format: 'DHMS'}); 
});

What is wrong with jquery.countdown.min.js? I have no idea what to do.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:40:58+00:00Added an answer on June 8, 2026 at 6:40 am

    Try uncapping the D to d:

    $('.countdown').countdown({until: date , format: 'dHMS'}); 
    

    Because the same is done on the homepage of the plugin:

    $(selector).countdown({until: liftoffTime, format: 'dHM'});
    

    Edit: Change to the following, it works for me in Safari:

    var date = new Date(2012, 10-1, 1);
    

    The parsing of the string probably went wrong in browsers other than Chrome.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my site working perfectly in IE 6+ but it looks weird in
Spec Apache2,Tomcat6,jdk1.6,struts2,Ajax,jQuery My question : A web site working perfectly on Http mode(apache2 http
I've had the admin site working for my django app before but now I
I am adding SSL to a working site. My cert is installed correctly (verified
My site is working fine but im getting an annoying error icon in bottom
My web site was working flawless in the old Host , But now i
The site is working fine but I notice this error showing up in my
Hi i am working on site where users login to read articles, every articles
I've been trying to get styling working on site uncookedblog.com for hours now. I
I have to make some mods to an existing (and working) magento site. So

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.