实例介绍
Bootstrap+BootstrapTable+x-editable(css和js)整合包 内含 jq,js Bootstrap+BootstrapTable+x-editable内部的js 和css文件,一个整合包满足你的所有需求
【实例截图】
【核心代码】
BootstrapBootstrapTableeditable
└── js
├── bootstrap_above
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-responsive.css
│ │ │ └── bootstrap-responsive.min.css
│ │ ├── img
│ │ │ ├── glyphicons-halflings.png
│ │ │ └── glyphicons-halflings-white.png
│ │ └── js
│ │ ├── bootstrap.js
│ │ └── bootstrap.min.js
│ ├── bootstrap-table-develop
│ │ ├── bootstrap-table.jquery.json
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── _config.yml
│ │ ├── CONTRIBUTING.md
│ │ ├── dist
│ │ │ ├── bootstrap-table.css
│ │ │ ├── bootstrap-table.js
│ │ │ ├── bootstrap-table-locale-all.js
│ │ │ ├── bootstrap-table-locale-all.min.js
│ │ │ ├── bootstrap-table.min.css
│ │ │ ├── bootstrap-table.min.js
│ │ │ ├── extensions
│ │ │ │ ├── accent-neutralise
│ │ │ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ │ │ └── bootstrap-table-accent-neutralise.min.js
│ │ │ │ ├── angular
│ │ │ │ │ ├── bootstrap-table-angular.js
│ │ │ │ │ └── bootstrap-table-angular.min.js
│ │ │ │ ├── auto-refresh
│ │ │ │ │ ├── bootstrap-table-auto-refresh.css
│ │ │ │ │ ├── bootstrap-table-auto-refresh.js
│ │ │ │ │ └── bootstrap-table-auto-refresh.min.js
│ │ │ │ ├── click-edit-row
│ │ │ │ │ ├── bootstrap-table-click-edit-row.css
│ │ │ │ │ ├── bootstrap-table-click-edit-row.js
│ │ │ │ │ └── bootstrap-table-click-edit-row.min.js
│ │ │ │ ├── cookie
│ │ │ │ │ ├── bootstrap-table-cookie.js
│ │ │ │ │ └── bootstrap-table-cookie.min.js
│ │ │ │ ├── copy-rows
│ │ │ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ │ │ └── bootstrap-table-copy-rows.min.js
│ │ │ │ ├── editable
│ │ │ │ │ ├── bootstrap-table-editable.js
│ │ │ │ │ └── bootstrap-table-editable.min.js
│ │ │ │ ├── export
│ │ │ │ │ ├── bootstrap-table-export.js
│ │ │ │ │ └── bootstrap-table-export.min.js
│ │ │ │ ├── filter
│ │ │ │ │ ├── bootstrap-table-filter.js
│ │ │ │ │ └── bootstrap-table-filter.min.js
│ │ │ │ ├── filter-control
│ │ │ │ │ ├── bootstrap-table-filter-control.css
│ │ │ │ │ ├── bootstrap-table-filter-control.js
│ │ │ │ │ └── bootstrap-table-filter-control.min.js
│ │ │ │ ├── flat-json
│ │ │ │ │ ├── bootstrap-table-flat-json.js
│ │ │ │ │ └── bootstrap-table-flat-json.min.js
│ │ │ │ ├── group-by
│ │ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ │ ├── group-by-v2
│ │ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ │ ├── i18n-enhance
│ │ │ │ │ ├── bootstrap-table-i18n-enhance.js
│ │ │ │ │ └── bootstrap-table-i18n-enhance.min.js
│ │ │ │ ├── key-events
│ │ │ │ │ ├── bootstrap-table-key-events.js
│ │ │ │ │ └── bootstrap-table-key-events.min.js
│ │ │ │ ├── mobile
│ │ │ │ │ ├── bootstrap-table-mobile.js
│ │ │ │ │ └── bootstrap-table-mobile.min.js
│ │ │ │ ├── multi-column-toggle
│ │ │ │ │ ├── bootstrap-table-multi-toggle.js
│ │ │ │ │ └── bootstrap-table-multi-toggle.min.js
│ │ │ │ ├── multiple-search
│ │ │ │ │ ├── bootstrap-table-multiple-search.js
│ │ │ │ │ └── bootstrap-table-multiple-search.min.js
│ │ │ │ ├── multiple-selection-row
│ │ │ │ │ ├── bootstrap-table-multiple-selection-row.css
│ │ │ │ │ ├── bootstrap-table-multiple-selection-row.js
│ │ │ │ │ └── bootstrap-table-multiple-selection-row.min.js
│ │ │ │ ├── multiple-sort
│ │ │ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ │ │ └── bootstrap-table-multiple-sort.min.js
│ │ │ │ ├── natural-sorting
│ │ │ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ │ │ └── bootstrap-table-natural-sorting.min.js
│ │ │ │ │ ├── bootstrap-table-print.js
│ │ │ │ │ └── bootstrap-table-print.min.js
│ │ │ │ ├── reorder-columns
│ │ │ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ │ │ └── bootstrap-table-reorder-columns.min.js
│ │ │ │ ├── reorder-rows
│ │ │ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ │ │ └── bootstrap-table-reorder-rows.min.js
│ │ │ │ ├── resizable
│ │ │ │ │ ├── bootstrap-table-resizable.js
│ │ │ │ │ └── bootstrap-table-resizable.min.js
│ │ │ │ ├── select2-filter
│ │ │ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ │ │ └── bootstrap-table-select2-filter.min.js
│ │ │ │ ├── sticky-header
│ │ │ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ │ │ └── bootstrap-table-sticky-header.min.js
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── bootstrap-table-toolbar.js
│ │ │ │ │ └── bootstrap-table-toolbar.min.js
│ │ │ │ └── tree-column
│ │ │ │ ├── bootstrap-table-tree-column.css
│ │ │ │ ├── bootstrap-table-tree-column.js
│ │ │ │ └── bootstrap-table-tree-column.min.js
│ │ │ └── locale
│ │ │ ├── bootstrap-table-af-ZA.js
│ │ │ ├── bootstrap-table-af-ZA.min.js
│ │ │ ├── bootstrap-table-ar-SA.js
│ │ │ ├── bootstrap-table-ar-SA.min.js
│ │ │ ├── bootstrap-table-ca-ES.js
│ │ │ ├── bootstrap-table-ca-ES.min.js
│ │ │ ├── bootstrap-table-cs-CZ.js
│ │ │ ├── bootstrap-table-cs-CZ.min.js
│ │ │ ├── bootstrap-table-da-DK.js
│ │ │ ├── bootstrap-table-da-DK.min.js
│ │ │ ├── bootstrap-table-de-DE.js
│ │ │ ├── bootstrap-table-de-DE.min.js
│ │ │ ├── bootstrap-table-el-GR.js
│ │ │ ├── bootstrap-table-el-GR.min.js
│ │ │ ├── bootstrap-table-en-US.js
│ │ │ ├── bootstrap-table-en-US.min.js
│ │ │ ├── bootstrap-table-es-AR.js
│ │ │ ├── bootstrap-table-es-AR.min.js
│ │ │ ├── bootstrap-table-es-CL.js
│ │ │ ├── bootstrap-table-es-CL.min.js
│ │ │ ├── bootstrap-table-es-CR.js
│ │ │ ├── bootstrap-table-es-CR.min.js
│ │ │ ├── bootstrap-table-es-ES.js
│ │ │ ├── bootstrap-table-es-ES.min.js
│ │ │ ├── bootstrap-table-es-MX.js
│ │ │ ├── bootstrap-table-es-MX.min.js
│ │ │ ├── bootstrap-table-es-NI.js
│ │ │ ├── bootstrap-table-es-NI.min.js
│ │ │ ├── bootstrap-table-es-SP.js
│ │ │ ├── bootstrap-table-es-SP.min.js
│ │ │ ├── bootstrap-table-et-EE.js
│ │ │ ├── bootstrap-table-et-EE.min.js
│ │ │ ├── bootstrap-table-fa-IR.js
│ │ │ ├── bootstrap-table-fa-IR.min.js
│ │ │ ├── bootstrap-table-fr-BE.js
│ │ │ ├── bootstrap-table-fr-BE.min.js
│ │ │ ├── bootstrap-table-fr-FR.js
│ │ │ ├── bootstrap-table-fr-FR.min.js
│ │ │ ├── bootstrap-table-he-IL.js
│ │ │ ├── bootstrap-table-he-IL.min.js
│ │ │ ├── bootstrap-table-hr-HR.js
│ │ │ ├── bootstrap-table-hr-HR.min.js
│ │ │ ├── bootstrap-table-hu-HU.js
│ │ │ ├── bootstrap-table-hu-HU.min.js
│ │ │ ├── bootstrap-table-id-ID.js
│ │ │ ├── bootstrap-table-id-ID.min.js
│ │ │ ├── bootstrap-table-it-IT.js
│ │ │ ├── bootstrap-table-it-IT.min.js
│ │ │ ├── bootstrap-table-ja-JP.js
│ │ │ ├── bootstrap-table-ja-JP.min.js
│ │ │ ├── bootstrap-table-ka-GE.js
│ │ │ ├── bootstrap-table-ka-GE.min.js
│ │ │ ├── bootstrap-table-ko-KR.js
│ │ │ ├── bootstrap-table-ko-KR.min.js
│ │ │ ├── bootstrap-table-ms-MY.js
│ │ │ ├── bootstrap-table-ms-MY.min.js
│ │ │ ├── bootstrap-table-nb-NO.js
│ │ │ ├── bootstrap-table-nb-NO.min.js
│ │ │ ├── bootstrap-table-nl-NL.js
│ │ │ ├── bootstrap-table-nl-NL.min.js
│ │ │ ├── bootstrap-table-pl-PL.js
│ │ │ ├── bootstrap-table-pl-PL.min.js
│ │ │ ├── bootstrap-table-pt-BR.js
│ │ │ ├── bootstrap-table-pt-BR.min.js
│ │ │ ├── bootstrap-table-pt-PT.js
│ │ │ ├── bootstrap-table-pt-PT.min.js
│ │ │ ├── bootstrap-table-ro-RO.js
│ │ │ ├── bootstrap-table-ro-RO.min.js
│ │ │ ├── bootstrap-table-ru-RU.js
│ │ │ ├── bootstrap-table-ru-RU.min.js
│ │ │ ├── bootstrap-table-sk-SK.js
│ │ │ ├── bootstrap-table-sk-SK.min.js
│ │ │ ├── bootstrap-table-sv-SE.js
│ │ │ ├── bootstrap-table-sv-SE.min.js
│ │ │ ├── bootstrap-table-th-TH.js
│ │ │ ├── bootstrap-table-th-TH.min.js
│ │ │ ├── bootstrap-table-tr-TR.js
│ │ │ ├── bootstrap-table-tr-TR.min.js
│ │ │ ├── bootstrap-table-uk-UA.js
│ │ │ ├── bootstrap-table-uk-UA.min.js
│ │ │ ├── bootstrap-table-ur-PK.js
│ │ │ ├── bootstrap-table-ur-PK.min.js
│ │ │ ├── bootstrap-table-uz-Latn-UZ.js
│ │ │ ├── bootstrap-table-uz-Latn-UZ.min.js
│ │ │ ├── bootstrap-table-vi-VN.js
│ │ │ ├── bootstrap-table-vi-VN.min.js
│ │ │ ├── bootstrap-table-zh-CN.js
│ │ │ ├── bootstrap-table-zh-CN.min.js
│ │ │ ├── bootstrap-table-zh-TW.js
│ │ │ └── bootstrap-table-zh-TW.min.js
│ │ ├── docs
│ │ │ ├── apple-touch-icon.png
│ │ │ ├── assets
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ ├── bootstrap.css.map
│ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ │ │ └── bootstrap-theme.min.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ │ │ └── js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ └── npm.js
│ │ │ │ ├── css
│ │ │ │ │ ├── docs.min.css
│ │ │ │ │ ├── sidenav.css
│ │ │ │ │ └── style.css
│ │ │ │ ├── flash
│ │ │ │ │ └── ZeroClipboard.swf
│ │ │ │ ├── images
│ │ │ │ │ ├── alipay.jpg
│ │ │ │ │ ├── alipayLogo.png
│ │ │ │ │ ├── paypalLogo.png
│ │ │ │ │ ├── weixinLogo.png
│ │ │ │ │ └── weixin.png
│ │ │ │ └── js
│ │ │ │ ├── common.js
│ │ │ │ ├── customize.min.js
│ │ │ │ ├── docs.min.js
│ │ │ │ ├── ie10-viewport-bug-workaround.js
│ │ │ │ ├── ie8-responsive-file-warning.js
│ │ │ │ ├── ie-emulation-modes-warning.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ └── sidenav.js
│ │ │ ├── data
│ │ │ │ ├── data1
│ │ │ │ │ └── demo.response.json
│ │ │ │ ├── data2
│ │ │ │ │ └── demo.response.json
│ │ │ │ ├── data3
│ │ │ │ │ └── demo.response.json
│ │ │ │ ├── data4
│ │ │ │ │ └── demo.response.json
│ │ │ │ ├── data5
│ │ │ │ │ └── demo.response.json
│ │ │ │ ├── extensions.json
│ │ │ │ └── README.md
│ │ │ ├── dist
│ │ │ │ ├── bootstrap-table.css
│ │ │ │ ├── bootstrap-table.js
│ │ │ │ ├── bootstrap-table-locale-all.js
│ │ │ │ ├── bootstrap-table-locale-all.min.js
│ │ │ │ ├── bootstrap-table.min.css
│ │ │ │ ├── bootstrap-table.min.js
│ │ │ │ ├── extensions
│ │ │ │ │ ├── accent-neutralise
│ │ │ │ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ │ │ │ └── bootstrap-table-accent-neutralise.min.js
│ │ │ │ │ ├── angular
│ │ │ │ │ │ ├── bootstrap-table-angular.js
│ │ │ │ │ │ └── bootstrap-table-angular.min.js
│ │ │ │ │ ├── auto-refresh
│ │ │ │ │ │ ├── bootstrap-table-auto-refresh.css
│ │ │ │ │ │ ├── bootstrap-table-auto-refresh.js
│ │ │ │ │ │ └── bootstrap-table-auto-refresh.min.js
│ │ │ │ │ ├── click-edit-row
│ │ │ │ │ │ ├── bootstrap-table-click-edit-row.css
│ │ │ │ │ │ ├── bootstrap-table-click-edit-row.js
│ │ │ │ │ │ └── bootstrap-table-click-edit-row.min.js
│ │ │ │ │ ├── cookie
│ │ │ │ │ │ ├── bootstrap-table-cookie.js
│ │ │ │ │ │ └── bootstrap-table-cookie.min.js
│ │ │ │ │ ├── copy-rows
│ │ │ │ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ │ │ │ └── bootstrap-table-copy-rows.min.js
│ │ │ │ │ ├── editable
│ │ │ │ │ │ ├── bootstrap-table-editable.js
│ │ │ │ │ │ └── bootstrap-table-editable.min.js
│ │ │ │ │ ├── export
│ │ │ │ │ │ ├── bootstrap-table-export.js
│ │ │ │ │ │ └── bootstrap-table-export.min.js
│ │ │ │ │ ├── filter
│ │ │ │ │ │ ├── bootstrap-table-filter.js
│ │ │ │ │ │ └── bootstrap-table-filter.min.js
│ │ │ │ │ ├── filter-control
│ │ │ │ │ │ ├── bootstrap-table-filter-control.css
│ │ │ │ │ │ ├── bootstrap-table-filter-control.js
│ │ │ │ │ │ └── bootstrap-table-filter-control.min.js
│ │ │ │ │ ├── flat-json
│ │ │ │ │ │ ├── bootstrap-table-flat-json.js
│ │ │ │ │ │ └── bootstrap-table-flat-json.min.js
│ │ │ │ │ ├── group-by
│ │ │ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ │ │ ├── group-by-v2
│ │ │ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ │ │ ├── i18n-enhance
│ │ │ │ │ │ ├── bootstrap-table-i18n-enhance.js
│ │ │ │ │ │ └── bootstrap-table-i18n-enhance.min.js
│ │ │ │ │ ├── key-events
│ │ │ │ │ │ ├── bootstrap-table-key-events.js
│ │ │ │ │ │ └── bootstrap-table-key-events.min.js
│ │ │ │ │ ├── mobile
│ │ │ │ │ │ ├── bootstrap-table-mobile.js
│ │ │ │ │ │ └── bootstrap-table-mobile.min.js
│ │ │ │ │ ├── multi-column-toggle
│ │ │ │ │ │ ├── bootstrap-table-multi-toggle.js
│ │ │ │ │ │ └── bootstrap-table-multi-toggle.min.js
│ │ │ │ │ ├── multiple-search
│ │ │ │ │ │ ├── bootstrap-table-multiple-search.js
│ │ │ │ │ │ └── bootstrap-table-multiple-search.min.js
│ │ │ │ │ ├── multiple-selection-row
│ │ │ │ │ │ ├── bootstrap-table-multiple-selection-row.css
│ │ │ │ │ │ ├── bootstrap-table-multiple-selection-row.js
│ │ │ │ │ │ └── bootstrap-table-multiple-selection-row.min.js
│ │ │ │ │ ├── multiple-sort
│ │ │ │ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ │ │ │ └── bootstrap-table-multiple-sort.min.js
│ │ │ │ │ ├── natural-sorting
│ │ │ │ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ │ │ │ └── bootstrap-table-natural-sorting.min.js
│ │ │ │ │ │ ├── bootstrap-table-print.js
│ │ │ │ │ │ └── bootstrap-table-print.min.js
│ │ │ │ │ ├── reorder-columns
│ │ │ │ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ │ │ │ └── bootstrap-table-reorder-columns.min.js
│ │ │ │ │ ├── reorder-rows
│ │ │ │ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ │ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ │ │ │ └── bootstrap-table-reorder-rows.min.js
│ │ │ │ │ ├── resizable
│ │ │ │ │ │ ├── bootstrap-table-resizable.js
│ │ │ │ │ │ └── bootstrap-table-resizable.min.js
│ │ │ │ │ ├── select2-filter
│ │ │ │ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ │ │ │ └── bootstrap-table-select2-filter.min.js
│ │ │ │ │ ├── sticky-header
│ │ │ │ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ │ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ │ │ │ └── bootstrap-table-sticky-header.min.js
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── bootstrap-table-toolbar.js
│ │ │ │ │ │ └── bootstrap-table-toolbar.min.js
│ │ │ │ │ └── tree-column
│ │ │ │ │ ├── bootstrap-table-tree-column.css
│ │ │ │ │ ├── bootstrap-table-tree-column.js
│ │ │ │ │ └── bootstrap-table-tree-column.min.js
│ │ │ │ └── locale
│ │ │ │ ├── bootstrap-table-af-ZA.js
│ │ │ │ ├── bootstrap-table-af-ZA.min.js
│ │ │ │ ├── bootstrap-table-ar-SA.js
│ │ │ │ ├── bootstrap-table-ar-SA.min.js
│ │ │ │ ├── bootstrap-table-ca-ES.js
│ │ │ │ ├── bootstrap-table-ca-ES.min.js
│ │ │ │ ├── bootstrap-table-cs-CZ.js
│ │ │ │ ├── bootstrap-table-cs-CZ.min.js
│ │ │ │ ├── bootstrap-table-da-DK.js
│ │ │ │ ├── bootstrap-table-da-DK.min.js
│ │ │ │ ├── bootstrap-table-de-DE.js
│ │ │ │ ├── bootstrap-table-de-DE.min.js
│ │ │ │ ├── bootstrap-table-el-GR.js
│ │ │ │ ├── bootstrap-table-el-GR.min.js
│ │ │ │ ├── bootstrap-table-en-US.js
│ │ │ │ ├── bootstrap-table-en-US.min.js
│ │ │ │ ├── bootstrap-table-es-AR.js
│ │ │ │ ├── bootstrap-table-es-AR.min.js
│ │ │ │ ├── bootstrap-table-es-CL.js
│ │ │ │ ├── bootstrap-table-es-CL.min.js
│ │ │ │ ├── bootstrap-table-es-CR.js
│ │ │ │ ├── bootstrap-table-es-CR.min.js
│ │ │ │ ├── bootstrap-table-es-ES.js
│ │ │ │ ├── bootstrap-table-es-ES.min.js
│ │ │ │ ├── bootstrap-table-es-MX.js
│ │ │ │ ├── bootstrap-table-es-MX.min.js
│ │ │ │ ├── bootstrap-table-es-NI.js
│ │ │ │ ├── bootstrap-table-es-NI.min.js
│ │ │ │ ├── bootstrap-table-es-SP.js
│ │ │ │ ├── bootstrap-table-es-SP.min.js
│ │ │ │ ├── bootstrap-table-et-EE.js
│ │ │ │ ├── bootstrap-table-et-EE.min.js
│ │ │ │ ├── bootstrap-table-fa-IR.js
│ │ │ │ ├── bootstrap-table-fa-IR.min.js
│ │ │ │ ├── bootstrap-table-fr-BE.js
│ │ │ │ ├── bootstrap-table-fr-BE.min.js
│ │ │ │ ├── bootstrap-table-fr-FR.js
│ │ │ │ ├── bootstrap-table-fr-FR.min.js
│ │ │ │ ├── bootstrap-table-he-IL.js
│ │ │ │ ├── bootstrap-table-he-IL.min.js
│ │ │ │ ├── bootstrap-table-hr-HR.js
│ │ │ │ ├── bootstrap-table-hr-HR.min.js
│ │ │ │ ├── bootstrap-table-hu-HU.js
│ │ │ │ ├── bootstrap-table-hu-HU.min.js
│ │ │ │ ├── bootstrap-table-id-ID.js
│ │ │ │ ├── bootstrap-table-id-ID.min.js
│ │ │ │ ├── bootstrap-table-it-IT.js
│ │ │ │ ├── bootstrap-table-it-IT.min.js
│ │ │ │ ├── bootstrap-table-ja-JP.js
│ │ │ │ ├── bootstrap-table-ja-JP.min.js
│ │ │ │ ├── bootstrap-table-ka-GE.js
│ │ │ │ ├── bootstrap-table-ka-GE.min.js
│ │ │ │ ├── bootstrap-table-ko-KR.js
│ │ │ │ ├── bootstrap-table-ko-KR.min.js
│ │ │ │ ├── bootstrap-table-ms-MY.js
│ │ │ │ ├── bootstrap-table-ms-MY.min.js
│ │ │ │ ├── bootstrap-table-nb-NO.js
│ │ │ │ ├── bootstrap-table-nb-NO.min.js
│ │ │ │ ├── bootstrap-table-nl-NL.js
│ │ │ │ ├── bootstrap-table-nl-NL.min.js
│ │ │ │ ├── bootstrap-table-pl-PL.js
│ │ │ │ ├── bootstrap-table-pl-PL.min.js
│ │ │ │ ├── bootstrap-table-pt-BR.js
│ │ │ │ ├── bootstrap-table-pt-BR.min.js
│ │ │ │ ├── bootstrap-table-pt-PT.js
│ │ │ │ ├── bootstrap-table-pt-PT.min.js
│ │ │ │ ├── bootstrap-table-ro-RO.js
│ │ │ │ ├── bootstrap-table-ro-RO.min.js
│ │ │ │ ├── bootstrap-table-ru-RU.js
│ │ │ │ ├── bootstrap-table-ru-RU.min.js
│ │ │ │ ├── bootstrap-table-sk-SK.js
│ │ │ │ ├── bootstrap-table-sk-SK.min.js
│ │ │ │ ├── bootstrap-table-sv-SE.js
│ │ │ │ ├── bootstrap-table-sv-SE.min.js
│ │ │ │ ├── bootstrap-table-th-TH.js
│ │ │ │ ├── bootstrap-table-th-TH.min.js
│ │ │ │ ├── bootstrap-table-tr-TR.js
│ │ │ │ ├── bootstrap-table-tr-TR.min.js
│ │ │ │ ├── bootstrap-table-uk-UA.js
│ │ │ │ ├── bootstrap-table-uk-UA.min.js
│ │ │ │ ├── bootstrap-table-ur-PK.js
│ │ │ │ ├── bootstrap-table-ur-PK.min.js
│ │ │ │ ├── bootstrap-table-uz-Latn-UZ.js
│ │ │ │ ├── bootstrap-table-uz-Latn-UZ.min.js
│ │ │ │ ├── bootstrap-table-vi-VN.js
│ │ │ │ ├── bootstrap-table-vi-VN.min.js
│ │ │ │ ├── bootstrap-table-zh-CN.js
│ │ │ │ ├── bootstrap-table-zh-CN.min.js
│ │ │ │ ├── bootstrap-table-zh-TW.js
│ │ │ │ └── bootstrap-table-zh-TW.min.js
│ │ │ ├── documentation.md
│ │ │ ├── donate.md
│ │ │ ├── examples.md
│ │ │ ├── extensions.md
│ │ │ ├── faq.md
│ │ │ ├── favicon.ico
│ │ │ ├── getting-started.md
│ │ │ ├── _i18n
│ │ │ │ ├── en
│ │ │ │ │ ├── documentation
│ │ │ │ │ │ ├── column-options.md
│ │ │ │ │ │ ├── events.md
│ │ │ │ │ │ ├── localizations.md
│ │ │ │ │ │ ├── methods.md
│ │ │ │ │ │ └── table-options.md
│ │ │ │ │ ├── donate.md
│ │ │ │ │ ├── faq
│ │ │ │ │ │ └── faq.md
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── getting-started
│ │ │ │ │ │ ├── download.md
│ │ │ │ │ │ ├── grunt.md
│ │ │ │ │ │ ├── usage.md
│ │ │ │ │ │ └── whats-include.md
│ │ │ │ │ └── home
│ │ │ │ │ └── feature.md
│ │ │ │ ├── en.yml
│ │ │ │ ├── es
│ │ │ │ │ ├── documentation
│ │ │ │ │ │ ├── column-options.md
│ │ │ │ │ │ ├── events.md
│ │ │ │ │ │ ├── localizations.md
│ │ │ │ │ │ ├── methods.md
│ │ │ │ │ │ └── table-options.md
│ │ │ │ │ ├── donate.md
│ │ │ │ │ ├── faq
│ │ │ │ │ │ └── faq.md
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── getting-started
│ │ │ │ │ │ ├── download.md
│ │ │ │ │ │ ├── grunt.md
│ │ │ │ │ │ ├── usage.md
│ │ │ │ │ │ └── whats-include.md
│ │ │ │ │ └── home
│ │ │ │ │ └── feature.md
│ │ │ │ ├── es.yml
│ │ │ │ ├── zh-cn
│ │ │ │ │ ├── documentation
│ │ │ │ │ │ ├── column-options.md
│ │ │ │ │ │ ├── events.md
│ │ │ │ │ │ ├── localizations.md
│ │ │ │ │ │ ├── methods.md
│ │ │ │ │ │ └── table-options.md
│ │ │ │ │ ├── donate.md
│ │ │ │ │ ├── faq
│ │ │ │ │ │ └── faq.md
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── getting-started
│ │ │ │ │ │ ├── download.md
│ │ │ │ │ │ ├── grunt.md
│ │ │ │ │ │ ├── usage.md
│ │ │ │ │ │ └── whats-include.md
│ │ │ │ │ └── home
│ │ │ │ │ └── feature.md
│ │ │ │ └── zh-cn.yml
│ │ │ ├── _includes
│ │ │ │ ├── footer.html
│ │ │ │ ├── header.html
│ │ │ │ ├── latest-release.md
│ │ │ │ ├── nav.html
│ │ │ │ └── social-buttons.html
│ │ │ ├── index.md
│ │ │ ├── _layouts
│ │ │ │ ├── default.html
│ │ │ │ └── home.html
│ │ │ ├── LICENSE
│ │ │ ├── _plugins
│ │ │ │ ├── markdown-tag.rb
│ │ │ │ └── multiple-languages.rb
│ │ │ ├── README.md
│ │ │ ├── robots.txt
│ │ │ └── sitemap.xml
│ │ ├── DONATORS.md
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ └── src
│ │ ├── bootstrap-table.css
│ │ ├── bootstrap-table.js
│ │ ├── extensions
│ │ │ ├── accent-neutralise
│ │ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── angular
│ │ │ │ └── bootstrap-table-angular.js
│ │ │ ├── auto-refresh
│ │ │ │ ├── bootstrap-table-auto-refresh.css
│ │ │ │ ├── bootstrap-table-auto-refresh.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── click-edit-row
│ │ │ │ ├── bootstrap-table-click-edit-row.css
│ │ │ │ ├── bootstrap-table-click-edit-row.js
│ │ │ │ └── README.md
│ │ │ ├── cookie
│ │ │ │ ├── bootstrap-table-cookie.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── copy-rows
│ │ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── editable
│ │ │ │ ├── bootstrap-table-editable.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── export
│ │ │ │ ├── bootstrap-table-export.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── filter
│ │ │ │ ├── bootstrap-table-filter.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── filter-control
│ │ │ │ ├── bootstrap-table-filter-control.css
│ │ │ │ ├── bootstrap-table-filter-control.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── flat-json
│ │ │ │ ├── bootstrap-table-flat-json.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── group-by
│ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── group-by-v2
│ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── i18n-enhance
│ │ │ │ ├── bootstrap-table-i18n-enhance.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── key-events
│ │ │ │ ├── bootstrap-table-key-events.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── mobile
│ │ │ │ ├── bootstrap-table-mobile.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── multi-column-toggle
│ │ │ │ ├── bootstrap-table-multi-toggle.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── multiple-search
│ │ │ │ ├── bootstrap-table-multiple-search.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── multiple-selection-row
│ │ │ │ ├── bootstrap-table-multiple-selection-row.css
│ │ │ │ ├── bootstrap-table-multiple-selection-row.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── multiple-sort
│ │ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── natural-sorting
│ │ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ │ ├── bootstrap-table-print.js
│ │ │ │ └── README.md
│ │ │ ├── reorder-columns
│ │ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── reorder-rows
│ │ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── resizable
│ │ │ │ ├── bootstrap-table-resizable.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── select2-filter
│ │ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── sticky-header
│ │ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ ├── toolbar
│ │ │ │ ├── bootstrap-table-toolbar.js
│ │ │ │ ├── extension.json
│ │ │ │ └── README.md
│ │ │ └── tree-column
│ │ │ ├── bootstrap-table-tree-column.css
│ │ │ ├── bootstrap-table-tree-column.js
│ │ │ ├── bootstrap-table-tree-column.less
│ │ │ ├── extension.json
│ │ │ └── icon.png
│ │ └── locale
│ │ ├── bootstrap-table-af-ZA.js
│ │ ├── bootstrap-table-ar-SA.js
│ │ ├── bootstrap-table-ca-ES.js
│ │ ├── bootstrap-table-cs-CZ.js
│ │ ├── bootstrap-table-da-DK.js
│ │ ├── bootstrap-table-de-DE.js
│ │ ├── bootstrap-table-el-GR.js
│ │ ├── bootstrap-table-en-US.js
│ │ ├── bootstrap-table-en-US.js.template
│ │ ├── bootstrap-table-es-AR.js
│ │ ├── bootstrap-table-es-CL.js
│ │ ├── bootstrap-table-es-CR.js
│ │ ├── bootstrap-table-es-ES.js
│ │ ├── bootstrap-table-es-MX.js
│ │ ├── bootstrap-table-es-NI.js
│ │ ├── bootstrap-table-es-SP.js
│ │ ├── bootstrap-table-et-EE.js
│ │ ├── bootstrap-table-eu-EU.js
│ │ ├── bootstrap-table-fa-IR.js
│ │ ├── bootstrap-table-fr-BE.js
│ │ ├── bootstrap-table-fr-FR.js
│ │ ├── bootstrap-table-he-IL.js
│ │ ├── bootstrap-table-hr-HR.js
│ │ ├── bootstrap-table-hu-HU.js
│ │ ├── bootstrap-table-id-ID.js
│ │ ├── bootstrap-table-it-IT.js
│ │ ├── bootstrap-table-ja-JP.js
│ │ ├── bootstrap-table-ka-GE.js
│ │ ├── bootstrap-table-ko-KR.js
│ │ ├── bootstrap-table-ms-MY.js
│ │ ├── bootstrap-table-nb-NO.js
│ │ ├── bootstrap-table-nl-NL.js
│ │ ├── bootstrap-table-pl-PL.js
│ │ ├── bootstrap-table-pt-BR.js
│ │ ├── bootstrap-table-pt-PT.js
│ │ ├── bootstrap-table-ro-RO.js
│ │ ├── bootstrap-table-ru-RU.js
│ │ ├── bootstrap-table-sk-SK.js
│ │ ├── bootstrap-table-sv-SE.js
│ │ ├── bootstrap-table-th-TH.js
│ │ ├── bootstrap-table-tr-TR.js
│ │ ├── bootstrap-table-uk-UA.js
│ │ ├── bootstrap-table-ur-PK.js
│ │ ├── bootstrap-table-uz-Latn-UZ.js
│ │ ├── bootstrap-table-vi-VN.js
│ │ ├── bootstrap-table-zh-CN.js
│ │ ├── bootstrap-table-zh-TW.js
│ │ └── README.md
│ ├── jquery-1.9.1
│ │ ├── jquery.js
│ │ ├── jquery.min.js
│ │ ├── jquery插件库.url
│ │ └── www.jq22.com.txt
│ ├── tableExport
│ │ ├── bower.json
│ │ ├── libs
│ │ │ ├── FileSaver
│ │ │ │ ├── FileSaver.min.js
│ │ │ │ └── LICENSE.md
│ │ │ ├── html2canvas
│ │ │ │ ├── html2canvas.min.js
│ │ │ │ └── LICENSE
│ │ │ ├── jsPDF
│ │ │ │ ├── jspdf.min.js
│ │ │ │ └── MIT-LICENSE.txt
│ │ │ ├── jsPDF-AutoTable
│ │ │ │ ├── jspdf.plugin.autotable.js
│ │ │ │ └── LICENSE.txt
│ │ │ ├── js-xlsx
│ │ │ │ ├── LICENSE
│ │ │ │ └── xlsx.core.min.js
│ │ │ └── pdfmake
│ │ │ ├── LICENSE
│ │ │ ├── mirza_fonts.js
│ │ │ ├── pdfmake.min.js
│ │ │ └── vfs_fonts.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── tableExport.js
│ │ ├── tableExport.min.js
│ │ ├── test
│ │ │ ├── arabicExcel.html
│ │ │ ├── bootstrap2.html
│ │ │ ├── bootstrap.html
│ │ │ ├── icons
│ │ │ │ ├── csv.png
│ │ │ │ ├── json.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── png.png
│ │ │ │ ├── sql.png
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── txt.png
│ │ │ │ ├── word.png
│ │ │ │ ├── xls.png
│ │ │ │ └── xml.png
│ │ │ ├── index.html
│ │ │ ├── massExcel.html
│ │ │ ├── multipleExcel.html
│ │ │ ├── pdfmake.html
│ │ │ ├── sidebyside.html
│ │ │ ├── singleExcel.html
│ │ │ └── tableExport.json
│ │ └── tools
│ │ ├── minify2.py
│ │ └── minify3.py
│ └── x-editable-develop
│ ├── bower.json
│ ├── CHANGELOG.txt
│ ├── composer.json
│ ├── dist
│ │ ├── bootstrap3-editable
│ │ │ ├── css
│ │ │ │ └── bootstrap-editable.css
│ │ │ ├── img
│ │ │ │ ├── clear.png
│ │ │ │ └── loading.gif
│ │ │ └── js
│ │ │ ├── bootstrap-editable.js
│ │ │ └── bootstrap-editable.min.js
│ │ ├── bootstrap-editable
│ │ │ ├── css
│ │ │ │ └── bootstrap-editable.css
│ │ │ ├── img
│ │ │ │ ├── clear.png
│ │ │ │ └── loading.gif
│ │ │ └── js
│ │ │ ├── bootstrap-editable.js
│ │ │ └── bootstrap-editable.min.js
│ │ ├── CHANGELOG.txt
│ │ ├── inputs-ext
│ │ │ ├── address
│ │ │ │ ├── address.css
│ │ │ │ └── address.js
│ │ │ ├── typeaheadjs
│ │ │ │ ├── lib
│ │ │ │ │ ├── typeahead.js
│ │ │ │ │ └── typeahead.js-bootstrap.css
│ │ │ │ └── typeaheadjs.js
│ │ │ └── wysihtml5
│ │ │ ├── bootstrap-wysihtml5-0.0.2
│ │ │ │ ├── bootstrap-wysihtml5-0.0.2.css
│ │ │ │ ├── bootstrap-wysihtml5-0.0.2.js
│ │ │ │ ├── bootstrap-wysihtml5-0.0.2.min.js
│ │ │ │ ├── wysihtml5-0.3.0.js
│ │ │ │ ├── wysihtml5-0.3.0.min.js
│ │ │ │ └── wysiwyg-color.css
│ │ │ └── wysihtml5.js
│ │ ├── jquery-editable
│ │ │ ├── css
│ │ │ │ └── jquery-editable.css
│ │ │ ├── img
│ │ │ │ ├── clear.png
│ │ │ │ └── loading.gif
│ │ │ ├── jquery-ui-datepicker
│ │ │ │ ├── css
│ │ │ │ │ └── redmond
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ │ ├── jquery-ui-1.10.3.custom.css
│ │ │ │ │ └── jquery-ui-1.10.3.custom.min.css
│ │ │ │ └── js
│ │ │ │ ├── jquery-ui-1.10.3.custom.js
│ │ │ │ └── jquery-ui-1.10.3.custom.min.js
│ │ │ └── js
│ │ │ ├── jquery-editable-poshytip.js
│ │ │ └── jquery-editable-poshytip.min.js
│ │ ├── jqueryui-editable
│ │ │ ├── css
│ │ │ │ └── jqueryui-editable.css
│ │ │ ├── img
│ │ │ │ ├── clear.png
│ │ │ │ └── loading.gif
│ │ │ └── js
│ │ │ ├── jqueryui-editable.js
│ │ │ └── jqueryui-editable.min.js
│ │ ├── LICENSE-MIT
│ │ └── README.md
│ ├── Gruntfile.js
│ ├── LICENSE-MIT
│ ├── package.json
│ ├── Package.nuspec
│ ├── README.md
│ ├── src
│ │ ├── containers
│ │ │ ├── editable-container.css
│ │ │ ├── editable-container.js
│ │ │ ├── editable-inline.js
│ │ │ ├── editable-popover3.js
│ │ │ ├── editable-popover.js
│ │ │ ├── editable-poshytip.js
│ │ │ └── editable-tooltip.js
│ │ ├── editable-form
│ │ │ ├── editable-form-bootstrap3.js
│ │ │ ├── editable-form-bootstrap.js
│ │ │ ├── editable-form.css
│ │ │ ├── editable-form-jqueryui.js
│ │ │ ├── editable-form.js
│ │ │ └── editable-form-utils.js
│ │ ├── element
│ │ │ ├── editable-element.css
│ │ │ └── editable-element.js
│ │ ├── img
│ │ │ ├── clear.png
│ │ │ └── loading.gif
│ │ ├── inputs
│ │ │ ├── abstract.js
│ │ │ ├── checklist.js
│ │ │ ├── combodate
│ │ │ │ ├── combodate.js
│ │ │ │ └── lib
│ │ │ │ ├── combodate.js
│ │ │ │ ├── moment.min.1.7.2.js
│ │ │ │ └── moment.min.js
│ │ │ ├── date
│ │ │ │ ├── bootstrap-datepicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── datepicker.css
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-datepicker.js
│ │ │ │ ├── datefield.js
│ │ │ │ └── date.js
│ │ │ ├── datetime
│ │ │ │ ├── bootstrap-datetimepicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── datetimepicker.css
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-datetimepicker.js
│ │ │ │ ├── datetimefield.js
│ │ │ │ └── datetime.js
│ │ │ ├── dateui
│ │ │ │ ├── dateuifield.js
│ │ │ │ ├── dateui.js
│ │ │ │ └── jquery-ui-datepicker
│ │ │ │ ├── css
│ │ │ │ │ └── redmond
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ │ ├── jquery-ui-1.10.1.custom.css
│ │ │ │ │ ├── jquery-ui-1.10.1.custom.min.css
│ │ │ │ │ ├── jquery-ui-1.10.2.custom.css
│ │ │ │ │ ├── jquery-ui-1.10.2.custom.min.css
│ │ │ │ │ ├── jquery-ui-1.10.3.custom.css
│ │ │ │ │ ├── jquery-ui-1.10.3.custom.min.css
│ │ │ │ │ ├── jquery-ui-1.9.1.custom.css
│ │ │ │ │ └── jquery-ui-1.9.1.custom.min.css
│ │ │ │ └── js
│ │ │ │ ├── jquery-ui-1.10.1.custom.js
│ │ │ │ ├── jquery-ui-1.10.1.custom.min.js
│ │ │ │ ├── jquery-ui-1.10.2.custom.js
│ │ │ │ ├── jquery-ui-1.10.2.custom.min.js
│ │ │ │ ├── jquery-ui-1.10.3.custom.js
│ │ │ │ ├── jquery-ui-1.10.3.custom.min.js
│ │ │ │ ├── jquery-ui-1.9.1.custom.js
│ │ │ │ └── jquery-ui-1.9.1.custom.min.js
│ │ │ ├── html5types.js
│ │ │ ├── list.js
│ │ │ ├── select2
│ │ │ │ ├── lib
│ │ │ │ │ ├── select2-bootstrap.css
│ │ │ │ │ ├── select2.css
│ │ │ │ │ ├── select2.js
│ │ │ │ │ ├── select2.min.js
│ │ │ │ │ ├── select2.png
│ │ │ │ │ ├── select2-spinner.gif
│ │ │ │ │ └── select2x2.png
│ │ │ │ └── select2.js
│ │ │ ├── select.js
│ │ │ ├── textarea.js
│ │ │ ├── text.js
│ │ │ └── typeahead.js
│ │ └── inputs-ext
│ │ ├── address
│ │ │ ├── address.css
│ │ │ └── address.js
│ │ ├── typeaheadjs
│ │ │ ├── lib
│ │ │ │ ├── typeahead.js
│ │ │ │ └── typeahead.js-bootstrap.css
│ │ │ └── typeaheadjs.js
│ │ └── wysihtml5
│ │ ├── bootstrap-wysihtml5-0.0.2
│ │ │ ├── bootstrap-wysihtml5-0.0.2.css
│ │ │ ├── bootstrap-wysihtml5-0.0.2.js
│ │ │ ├── bootstrap-wysihtml5-0.0.2.min.js
│ │ │ ├── wysihtml5-0.3.0.js
│ │ │ ├── wysihtml5-0.3.0.min.js
│ │ │ └── wysiwyg-color.css
│ │ └── wysihtml5.js
│ └── test
│ ├── coverage
│ ├── index.html
│ ├── libs
│ │ ├── bootstrap221
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ └── bootstrap-responsive.min.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── bootstrap222
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ └── bootstrap-responsive.min.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── bootstrap231
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ └── bootstrap-responsive.min.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── bootstrap232
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ └── bootstrap-responsive.min.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── bootstrap300
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ └── bootstrap-theme.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── jquery
│ │ │ ├── jquery-1.8.2.js
│ │ │ ├── jquery-1.8.2.min.js
│ │ │ ├── jquery-1.9.0.min.js
│ │ │ ├── jquery-1.9.1.js
│ │ │ └── jquery-1.9.1.min.js
│ │ ├── jquery-ui-1.10.1.custom
│ │ │ ├── css
│ │ │ │ └── redmond
│ │ │ │ ├── images
│ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ ├── jquery-ui-1.10.1.custom.css
│ │ │ │ └── jquery-ui-1.10.1.custom.min.css
│ │ │ └── js
│ │ │ ├── jquery-1.9.1.js
│ │ │ ├── jquery-ui-1.10.1.custom.js
│ │ │ └── jquery-ui-1.10.1.custom.min.js
│ │ ├── jquery-ui-1.10.2.custom
│ │ │ ├── css
│ │ │ │ └── redmond
│ │ │ │ ├── images
│ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ ├── jquery-ui-1.10.2.custom.css
│ │ │ │ └── jquery-ui-1.10.2.custom.min.css
│ │ │ └── js
│ │ │ ├── jquery-1.9.1.js
│ │ │ ├── jquery-ui-1.10.2.custom.js
│ │ │ └── jquery-ui-1.10.2.custom.min.js
│ │ ├── jquery-ui-1.10.3.custom
│ │ │ ├── css
│ │ │ │ └── redmond
│ │ │ │ ├── images
│ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ ├── jquery-ui-1.10.3.custom.css
│ │ │ │ └── jquery-ui-1.10.3.custom.min.css
│ │ │ └── js
│ │ │ ├── jquery-1.9.1.js
│ │ │ ├── jquery-ui-1.10.3.custom.js
│ │ │ └── jquery-ui-1.10.3.custom.min.js
│ │ ├── jquery-ui-1.9.1.custom
│ │ │ ├── css
│ │ │ │ ├── redmond
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ │ ├── jquery-ui-1.9.1.custom.css
│ │ │ │ │ └── jquery-ui-1.9.1.custom.min.css
│ │ │ │ └── smoothness
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery-ui-1.9.1.custom.css
│ │ │ │ └── jquery-ui-1.9.1.custom.min.css
│ │ │ ├── jquery.ui.datepicker-ru.js
│ │ │ └── js
│ │ │ ├── jquery-1.8.2.js
│ │ │ ├── jquery-ui-1.9.1.custom.js
│ │ │ └── jquery-ui-1.9.1.custom.min.js
│ │ ├── mockjax
│ │ │ └── jquery.mockjax.js
│ │ ├── poshytip
│ │ │ ├── jquery.poshytip.js
│ │ │ ├── jquery.poshytip.min.js
│ │ │ └── tip-yellowsimple
│ │ │ ├── tip-yellowsimple_arrows.gif
│ │ │ └── tip-yellowsimple.css
│ │ └── qunit
│ │ ├── qunit-1.10.0.css
│ │ ├── qunit-1.10.0.js
│ │ ├── qunit-1.12.0.css
│ │ └── qunit-1.12.0.js
│ ├── loader.js
│ ├── main.js
│ ├── mocks.js
│ ├── require.js
│ ├── style.css
│ └── unit
│ ├── api.js
│ ├── checklist.js
│ ├── combodate.js
│ ├── common.js
│ ├── datefield.js
│ ├── date.js
│ ├── datetimefield.js
│ ├── datetime.js
│ ├── dateuifield.js
│ ├── dateui.js
│ ├── select2.js
│ ├── select.js
│ ├── textarea.js
│ ├── text.js
│ ├── typeahead.js
│ ├── typeaheadjs.js
│ └── wysihtml5.js
├── table.js
├── tableType2.js
└── test.js
259 directories, 970 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论