| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Download | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-07-09 (3 hours ago)  | Not yet rated by the users | Total: 28 | All time:  527 This week: 3  | |||||
| Version | License | JavaScript version | Categories | |||
| yet-another-todo-lis 1.0 | Custom (specified... | 5 | HTML, jQuery, Content management | 
| Description | Author | ||||||||
| This is a jQuery plugin can show and manage tasks of a todo list on a Web page. | 
 | 
npm install yet-another-todo-list --save
With default options:
$(yourContainer).yetAnotherTodoList();
With options:
$(yourContainer).yetAnotherTodoList({
    defaultList     : ["Foo", "Bar"],
    titleText       : 'TODO list title',
    buttonAddText   : '+ Add',
    buttonDeleteText: '- Delete',
    buttonUndoText  : 'Undo',
});
There is a demo at https://github.com/msalsas/yet-another-todo-list/blob/master/dist/index.html.
npm run build to deploy
|  Files (14) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  dist (4 files) | ||||
|  src (4 files) | ||||
|    .babelrc | Data | Auxiliary data | ||
|    .travis.yml | Data | Auxiliary data | ||
|    LICENSE | Lic. | License text | ||
|    package.json | Data | Auxiliary data | ||
|    README.md | Doc. | Documentation | ||
|  webpack.config.js | Class | Class source | ||
|  Files (14) | / | dist | 
| File | Role | Description | 
|---|---|---|
|    bundle.css | Data | Auxiliary data | 
|  bundle.js | Class | Class source | 
|  demo.js | Class | Class source | 
|    index.html | Doc. | Documentation | 
|  Files (14) | / | src | 
| File | Role | Description | 
|---|---|---|
|    demo.js | Aux. | Auxiliary script | 
|    index.html | Example | Example page | 
|  yet-another-todo-list.js | Class | Class source | 
|    yet-another-todo-list.scss | Data | Auxiliary data | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.