Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msalsas/yet-another-todo-list
JQuery Plugin for displaying a TODO list
https://github.com/msalsas/yet-another-todo-list
Last synced: 11 days ago
JSON representation
JQuery Plugin for displaying a TODO list
- Host: GitHub
- URL: https://github.com/msalsas/yet-another-todo-list
- Owner: msalsas
- License: mit
- Created: 2018-09-07T08:54:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T17:42:42.000Z (about 6 years ago)
- Last Synced: 2024-10-11T13:12:11.124Z (about 1 month ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JQuery Plugin: Yet Another TODO List
[![Build Status](https://travis-ci.org/msalsas/yet-another-todo-list.svg?branch=master)](https://travis-ci.org/msalsas/yet-another-todo-list)
[![npm version](https://badge.fury.io/js/yet-another-todo-list.svg)](https://badge.fury.io/js/yet-another-todo-list)## Install
`npm install yet-another-todo-list --save`
## UsageWith default options:
`$(yourContainer).yetAnotherTodoList();`
With options:
$(yourContainer).yetAnotherTodoList({
defaultList : ["Foo", "Bar"],
titleText : 'TODO list title',
buttonAddText : '+ Add',
buttonDeleteText: '- Delete',
buttonUndoText : 'Undo',
});
## DemoThere is a demo at [https://github.com/msalsas/yet-another-todo-list/blob/master/dist/index.html](https://github.com/msalsas/yet-another-todo-list/blob/master/dist/index.html).
## Development
`npm run build` to deploy