Skip to content

backbone-ui/countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backbone UI: Countdown

A Model for simple countdowns

Dependendies

This plugin also supports Backbone APP which automates the rendering process of html fragments, although it is not a mandatory dependency.

Examples

Install

Using Bower:

bower install backbone.ui.countdown

Usage

After you include the contents of the assets folder in your app folder, the modal will be available to extend with custom options.

For example:

var Countdown = Backbone.UI.Countdown.extend({
	options: {
		className: "my-modal",
		close: false
	}
});

var countdown = new Countdown();

Options

...

Methods

...

Credits

Initiated by Makis Tracend (@tracend).

Released at Makesites.org

License

Distributed under the MIT license