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
- Host: GitHub
- URL: https://github.com/channely/btll
- Owner: channely
- Created: 2017-02-08T10:44:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T06:04:30.000Z (about 9 years ago)
- Last Synced: 2025-03-30T02:41:35.518Z (11 months ago)
- Topics: ajax, bootstrap, bootstrap-table, cascade, jam, nodejs
- Language: JavaScript
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)