File: README.md

Recommend this page to a friend!
  Classes of Manolo Salsas   Yet Another jQuery Todo List Plugin   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Yet Another jQuery Todo List Plugin
Show and manage tasks of a todo list on a Web page
Author: By
Last change: Update of README.md
Date: 2 years ago
Size: 923 bytes
 

Contents

Class file image Download

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