Socket
Socket
Sign inDemoInstall

countdowntimer

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

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
Maintainers
1
Install size
1.58 MB
Created

Readme

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 with its different configuration options. 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 : "2020/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) 2017 Harshen Pandey Licensed under the MIT and GPLv3 license.

Keywords

FAQs

Last updated on 18 Mar 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc