jquery-countdown-button

jquery-countdown-button JS library on GitHub jquery-countdown-button JS library on npm Download jquery-countdown-button JS library

Disable a clicked button until countdown finished

Version 1.0.1 License MIT
jquery-countdown-button has no homepage
jquery-countdown-button JS library on GitHub
jquery-countdown-button JS library on npm
Download jquery-countdown-button JS library
Keywords
jquery-plugincountdownbuttontimer

jquery-countdown-button

npm version npm downloads David

Disable a clicked button until countdown finished

Installation

npm

npm install jquery-countdown-button --save

bower

bower install jquery-countdown-button --save

Usage

See demo

API

Init

$('some button').countdownButton(options)

Options

Name type default description
seconds number 60 seconds to timeout
beforeClick function $.noop called before countdown, return false to prevent the click
onClick function $.noop called after countdown setup