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

https://github.com/channely/btll

三级联动列表 - based on BootstrapTables
https://github.com/channely/btll

ajax bootstrap bootstrap-table cascade jam nodejs

Last synced: 9 months ago
JSON representation

三级联动列表 - based on BootstrapTables

Awesome Lists containing this project

README

          

# BTLL
##### BTLL = BootstrapTablesLinkingLists

## GithubPage
- soon

## Example
- soon

## Reference
- Bootstrap Table - [http://bootstrap-table.wenzhixin.net.cn/zh-cn/documentation/](http://bootstrap-table.wenzhixin.net.cn/zh-cn/documentation/)
- Express application generator - [http://expressjs.com/en/starter/generator.html](http://expressjs.com/en/starter/generator.html)
- NodeJs本地搭建服务器,模拟接口请求,获取json数据 - [http://www.jianshu.com/p/80307e1a86ff](http://www.jianshu.com/p/80307e1a86ff)

## Requireness
- NodeJS(>=0.11) NPM
- jQuery
- Bootstrap
- Bootstrap Table

## Usage
$ git clone https://github.com/Channely/BTLL.git
$ cd BTLL
$ npm install
$ npm start
- then you can add see it on [http://localhost:3000/demo.html](http://localhost:3000/demo.html)