Socket
Socket
Sign inDemoInstall

countdowntimer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

countdowntimer

Reverse count down jQuery plugin for displaying countdown as per need. It also displays current local time.


Version published
Weekly downloads
203
increased by2.53%
Maintainers
1
Weekly downloads
 
Created
Source

jquery-countdownTimer Plugin- Reverse count down jQuery plugin.

Introduction

countdownTimer is a reverse count down jQuery plugin for displaying countdown as per your need. It also displays current local time.

Help the project

Click here to lend your support to: jQuery countdownTimer Plugin and make a donation at pledgie.com !

This project is looking for help! You can donate to the ongoing pledgie campaign and help spread the word. If you've used the plugin, or plan to use, consider a donation - any amount will help.

You can find the plan for how to spend the money on the pledgie page.

Getting Started

Include jQuery, the plugin and its css file on a page. Add a div and span element. Then call the countdowntimer method with the required options on the span element id.

<script type="text/javascript" src="jquery-2.0.3.js"></script>
<script type="text/javascript" src="jquery.countdownTimer.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.countdownTimer.css" />

<div id="countdowntimer"><span id="future_date"><span></div>

<script type="text/javascript">
	  $(function(){
	    $('#future_date').countdowntimer({
	      dateAndTime : "2018/01/01 00:00:00",
	      size : "lg"
	    });
	  });
</script>

For more information on how to use different options, check the documentation.

Also refer the demos for more clarity.

Dependencies

jQuery greater than or equal to version 1.5.

Support

Please post bug reports and other contributions (enhancements, features) to the GitHub issue tracker.

License

Copyright (c) 2014 Harshen Pandey Licensed under the MIT and GPLv3 license.

Keywords

FAQs

Package last updated on 18 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc