Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arboshiki/lobilist

LobiList is TODO list jquery plugin
https://github.com/arboshiki/lobilist

Last synced: about 2 months ago
JSON representation

LobiList is TODO list jquery plugin

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)