Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2018-09-10 (8 months ago) | | Not yet rated by the users | | Total: 24 | | All time: 527 This week: 10 |
|
Description | | Author |
This is a jQuery plugin can show and manage tasks of a todo list on a Web page.
It can display a list of pending tasks to be done inside a given page element.
The plugin handles functions to add and remove task, as well undo the last action.
Th | |
|
Details
JQuery Plugin: Yet Another TODO List
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
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.