A Model for simple countdowns
This plugin also supports Backbone APP which automates the rendering process of html fragments, although it is not a mandatory dependency.
Using Bower:
bower install backbone.ui.countdown
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();
...
...
Initiated by Makis Tracend (@tracend).
Released at Makesites.org
Distributed under the MIT license