Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arboshiki/lobilist
LobiList is TODO list jquery plugin
https://github.com/arboshiki/lobilist
Last synced: 3 months ago
JSON representation
LobiList is TODO list jquery plugin
- Host: GitHub
- URL: https://github.com/arboshiki/lobilist
- Owner: arboshiki
- License: mit
- Fork: true (thecodeholic/lobilist)
- Created: 2019-03-15T10:14:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T21:21:48.000Z (almost 7 years ago)
- Last Synced: 2024-07-18T06:07:50.135Z (4 months ago)
- Language: JavaScript
- Size: 902 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LobiList
jQuery plugin for todo lists. Supports drag & drop of todos. Multiple lists with different colors. Support for communication to backend[View Demo](http://lobianijs.com/site/lobilist)
### Features
- Multiple list support
- Different styles
- Drag & drop list
- Drag & drop todos
- Ajax configuration urls for todo CRUD
- Checkboxes to mark/unmark todo as done
- Powerful event management### Installation and dependencies
LobiList is depended on jQuery, jQuery ui and bootstrap.
- Download plugin source files or
- run `bower install lobilist --save` to install using `bower`#### 1. Include necessary css/js files
```html
```
#### 2. Initialize plugin and use it
### For documentation and examples visit the plugin's [home page](http://lobianijs.com/site/lobilist)