yet-another-todo-list

1.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i yet-another-todo-list

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

394 kB

Total Files

14

Last publish

Collaborators

  • msalsas