Yet Another jQuery Todo List Plugin: Show and manage tasks of a todo list on a Web page

Recommend this page to a friend!
  Info   View files Documentation   View files View files (14)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 28 All time: 527 This week: 3Up
Version License JavaScript version Categories
yet-another-todo-lis 1.0Custom (specified...5HTML, jQuery, Content management
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

Picture of Manolo Salsas
  Performance   Level  
Name: Manolo Salsas <contact>
Classes: 2 packages by
Country: Spain Spain
Age: 41
All time rank: 17912 in Spain Spain
Week rank: 6 Up2 in Spain Spain Up

Details

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

  Files folder image Files  
File Role Description
Files folder imagedist (4 files)
Files folder imagesrc (4 files)
Accessible without login Plain text file .babelrc Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Plain text file webpack.config.js Class Class source

  Files folder image Files  /  dist  
File Role Description
  Accessible without login Plain text file bundle.css Data Auxiliary data
  Plain text file bundle.js Class Class source
  Plain text file demo.js Class Class source
  Accessible without login HTML file index.html Doc. Documentation

  Files folder image Files  /  src  
File Role Description
  Accessible without login Plain text file demo.js Aux. Auxiliary script
  Accessible without login Plain text file index.html Example Example page
  Plain text file yet-another-todo-list.js Class Class source
  Accessible without login Plain text file yet-another-todo-list.scss Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:28
This week:0
All time:527
This week:3Up