1.0.3 • Published 6 years ago

yet-another-todo-list v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

JQuery Plugin: Yet Another TODO List

Build Status npm version

Install

npm install yet-another-todo-list --save

Usage

With default options:

$(yourContainer).yetAnotherTodoList();

With options:

$(yourContainer).yetAnotherTodoList({
    defaultList     : ["Foo", "Bar"],
    titleText       : 'TODO list title',
    buttonAddText   : '+ Add',
    buttonDeleteText: '- Delete',
    buttonUndoText  : 'Undo',
});

Demo

There is a demo at https://github.com/msalsas/yet-another-todo-list/blob/master/dist/index.html.

Development

npm run build to deploy

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago