https://github.com/thecodeholic/lobilist
LobiList is TODO list jquery plugin
https://github.com/thecodeholic/lobilist
Last synced: 3 months ago
JSON representation
LobiList is TODO list jquery plugin
- Host: GitHub
- URL: https://github.com/thecodeholic/lobilist
- Owner: thecodeholic
- License: mit
- Created: 2015-11-14T09:02:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T21:21:48.000Z (over 7 years ago)
- Last Synced: 2025-03-21T22:41:30.459Z (3 months ago)
- Language: JavaScript
- Size: 902 KB
- Stars: 68
- Watchers: 17
- Forks: 28
- Open Issues: 9
-
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)