实例介绍
名字很不好听叫什么SB...其实是开发者做的简称:是start bootstrap简称了。外国哪有sb这玩意。。 基于Bootstrap 的简约框架,带有仪表盘、webapp的启动ui;
【实例截图】
【核心代码】
4744302543407014748.zip
└── startbootstrap-sb-admin-2-1.0.8
├── bower_components
│ ├── bootstrap
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── dist
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ └── bootstrap-theme.min.css.map
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ └── npm.js
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── grunt
│ │ │ ├── bs-commonjs-generator.js
│ │ │ ├── bs-glyphicons-data-generator.js
│ │ │ ├── bs-lessdoc-parser.js
│ │ │ ├── bs-raw-files-generator.js
│ │ │ ├── configBridge.json
│ │ │ └── sauce_browsers.yml
│ │ ├── Gruntfile.js
│ │ ├── js
│ │ │ ├── affix.js
│ │ │ ├── alert.js
│ │ │ ├── button.js
│ │ │ ├── carousel.js
│ │ │ ├── collapse.js
│ │ │ ├── dropdown.js
│ │ │ ├── modal.js
│ │ │ ├── popover.js
│ │ │ ├── scrollspy.js
│ │ │ ├── tab.js
│ │ │ ├── tooltip.js
│ │ │ └── transition.js
│ │ ├── less
│ │ │ ├── alerts.less
│ │ │ ├── badges.less
│ │ │ ├── bootstrap.less
│ │ │ ├── breadcrumbs.less
│ │ │ ├── button-groups.less
│ │ │ ├── buttons.less
│ │ │ ├── carousel.less
│ │ │ ├── close.less
│ │ │ ├── code.less
│ │ │ ├── component-animations.less
│ │ │ ├── dropdowns.less
│ │ │ ├── forms.less
│ │ │ ├── glyphicons.less
│ │ │ ├── grid.less
│ │ │ ├── input-groups.less
│ │ │ ├── jumbotron.less
│ │ │ ├── labels.less
│ │ │ ├── list-group.less
│ │ │ ├── media.less
│ │ │ ├── mixins
│ │ │ │ ├── alerts.less
│ │ │ │ ├── background-variant.less
│ │ │ │ ├── border-radius.less
│ │ │ │ ├── buttons.less
│ │ │ │ ├── center-block.less
│ │ │ │ ├── clearfix.less
│ │ │ │ ├── forms.less
│ │ │ │ ├── gradients.less
│ │ │ │ ├── grid-framework.less
│ │ │ │ ├── grid.less
│ │ │ │ ├── hide-text.less
│ │ │ │ ├── image.less
│ │ │ │ ├── labels.less
│ │ │ │ ├── list-group.less
│ │ │ │ ├── nav-divider.less
│ │ │ │ ├── nav-vertical-align.less
│ │ │ │ ├── opacity.less
│ │ │ │ ├── pagination.less
│ │ │ │ ├── panels.less
│ │ │ │ ├── progress-bar.less
│ │ │ │ ├── reset-filter.less
│ │ │ │ ├── reset-text.less
│ │ │ │ ├── resize.less
│ │ │ │ ├── responsive-visibility.less
│ │ │ │ ├── size.less
│ │ │ │ ├── tab-focus.less
│ │ │ │ ├── table-row.less
│ │ │ │ ├── text-emphasis.less
│ │ │ │ ├── text-overflow.less
│ │ │ │ └── vendor-prefixes.less
│ │ │ ├── mixins.less
│ │ │ ├── modals.less
│ │ │ ├── navbar.less
│ │ │ ├── navs.less
│ │ │ ├── normalize.less
│ │ │ ├── pager.less
│ │ │ ├── pagination.less
│ │ │ ├── panels.less
│ │ │ ├── popovers.less
│ │ │ ├── print.less
│ │ │ ├── progress-bars.less
│ │ │ ├── responsive-embed.less
│ │ │ ├── responsive-utilities.less
│ │ │ ├── scaffolding.less
│ │ │ ├── tables.less
│ │ │ ├── theme.less
│ │ │ ├── thumbnails.less
│ │ │ ├── tooltip.less
│ │ │ ├── type.less
│ │ │ ├── utilities.less
│ │ │ ├── variables.less
│ │ │ └── wells.less
│ │ ├── LICENSE
│ │ ├── nuget
│ │ │ ├── bootstrap.less.nuspec
│ │ │ ├── bootstrap.nuspec
│ │ │ └── MyGet.ps1
│ │ ├── package.js
│ │ ├── package.json
│ │ └── README.md
│ ├── bootstrap-social
│ │ ├── bootstrap-social.css
│ │ ├── bootstrap-social.less
│ │ ├── bootstrap-social.scss
│ │ ├── bower.json
│ │ └── README.md
│ ├── datatables
│ │ ├── bower.json
│ │ ├── Contributing.md
│ │ ├── license.txt
│ │ ├── media
│ │ │ ├── css
│ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ ├── dataTables.bootstrap.min.css
│ │ │ │ ├── dataTables.foundation.css
│ │ │ │ ├── dataTables.foundation.min.css
│ │ │ │ ├── dataTables.jqueryui.css
│ │ │ │ ├── dataTables.jqueryui.min.css
│ │ │ │ ├── jquery.dataTables.css
│ │ │ │ ├── jquery.dataTables.min.css
│ │ │ │ └── jquery.dataTables_themeroller.css
│ │ │ ├── images
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ ├── sort_asc.png
│ │ │ │ ├── sort_both.png
│ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ ├── sort_desc.png
│ │ │ │ └── Sorting icons.psd
│ │ │ └── js
│ │ │ ├── dataTables.bootstrap.js
│ │ │ ├── dataTables.bootstrap.min.js
│ │ │ ├── dataTables.foundation.js
│ │ │ ├── dataTables.foundation.min.js
│ │ │ ├── dataTables.jqueryui.js
│ │ │ ├── dataTables.jqueryui.min.js
│ │ │ ├── jquery.dataTables.js
│ │ │ ├── jquery.dataTables.min.js
│ │ │ └── jquery.js
│ │ └── Readme.md
│ ├── datatables-plugins
│ │ ├── api
│ │ │ ├── average().js
│ │ │ ├── columns().order().js
│ │ │ ├── column().title().js
│ │ │ ├── fnAddDataAndDisplay.js
│ │ │ ├── fnAddTr.js
│ │ │ ├── fnColumnIndexToVisible.js
│ │ │ ├── fnDataUpdate.js
│ │ │ ├── fnDisplayRow.js
│ │ │ ├── fnDisplayStart.js
│ │ │ ├── fnFakeRowspan.js
│ │ │ ├── fnFilterAll.js
│ │ │ ├── fnFilterClear.js
│ │ │ ├── fnFilterOnReturn.js
│ │ │ ├── fnFindCellRowIndexes.js
│ │ │ ├── fnFindCellRowNodes.js
│ │ │ ├── fnGetAdjacentTr.js
│ │ │ ├── fnGetColumnData.js
│ │ │ ├── fnGetColumnIndex.js
│ │ │ ├── fnGetHiddenNodes.js
│ │ │ ├── fnGetTd.js
│ │ │ ├── fnGetTds.js
│ │ │ ├── fnLengthChange.js
│ │ │ ├── fnMultiFilter.js
│ │ │ ├── fnPagingInfo.js
│ │ │ ├── fnProcessingIndicator.js
│ │ │ ├── fnReloadAjax.js
│ │ │ ├── fnSetFilteringDelay.js
│ │ │ ├── fnSortNeutral.js
│ │ │ ├── fnStandingRedraw.js
│ │ │ ├── fnVisibleToColumnIndex.js
│ │ │ ├── index.html
│ │ │ ├── page.jumpToData().js
│ │ │ └── sum().js
│ │ ├── features
│ │ │ ├── alphabetSearch
│ │ │ │ ├── dataTables.alphabetSearch.css
│ │ │ │ ├── dataTables.alphabetSearch.js
│ │ │ │ └── dataTables.alphabetSearch.min.js
│ │ │ ├── lengthLinks
│ │ │ │ ├── dataTables.lengthLinks.css
│ │ │ │ ├── dataTables.lengthLinks.js
│ │ │ │ └── dataTables.lengthLinks.min.js
│ │ │ └── searchHighlight
│ │ │ ├── dataTables.searchHighlight.css
│ │ │ ├── dataTables.searchHighlight.js
│ │ │ └── dataTables.searchHighlight.min.js
│ │ ├── filtering
│ │ │ ├── index.html
│ │ │ ├── row-based
│ │ │ │ ├── range_dates.js
│ │ │ │ ├── range_numbers.js
│ │ │ │ └── TableTools.ShowSelectedOnly.js
│ │ │ └── type-based
│ │ │ ├── accent-neutralise.js
│ │ │ ├── html.js
│ │ │ └── phoneNumber.js
│ │ ├── i18n
│ │ │ ├── Afrikaans.lang
│ │ │ ├── Albanian.lang
│ │ │ ├── Arabic.lang
│ │ │ ├── Azerbaijan.lang
│ │ │ ├── Bangla.lang
│ │ │ ├── Belarusian.lang
│ │ │ ├── Bulgarian.lang
│ │ │ ├── Catalan.lang
│ │ │ ├── Chinese.lang
│ │ │ ├── Chinese-traditional.lang
│ │ │ ├── Croatian.lang
│ │ │ ├── Czech.lang
│ │ │ ├── Danish.lang
│ │ │ ├── Dutch.lang
│ │ │ ├── English.lang
│ │ │ ├── Estonian.lang
│ │ │ ├── Filipino.lang
│ │ │ ├── Finnish.lang
│ │ │ ├── French.lang
│ │ │ ├── Galician.lang
│ │ │ ├── Georgian.lang
│ │ │ ├── German.lang
│ │ │ ├── Greek.lang
│ │ │ ├── Gujarati.lang
│ │ │ ├── Hebrew.lang
│ │ │ ├── Hindi.lang
│ │ │ ├── Hungarian.lang
│ │ │ ├── Icelandic.lang
│ │ │ ├── index.html
│ │ │ ├── Indonesian-Alternative.lang
│ │ │ ├── Indonesian.lang
│ │ │ ├── Irish.lang
│ │ │ ├── Italian.lang
│ │ │ ├── Japanese.lang
│ │ │ ├── Korean.lang
│ │ │ ├── Latvian.lang
│ │ │ ├── Lithuanian.lang
│ │ │ ├── Macedonian.lang
│ │ │ ├── Malay.lang
│ │ │ ├── Norwegian.lang
│ │ │ ├── Persian.lang
│ │ │ ├── Polish.lang
│ │ │ ├── Portuguese-Brasil.lang
│ │ │ ├── Portuguese.lang
│ │ │ ├── Romanian.lang
│ │ │ ├── Russian.lang
│ │ │ ├── Serbian.lang
│ │ │ ├── Slovak.lang
│ │ │ ├── Slovenian.lang
│ │ │ ├── Spanish.lang
│ │ │ ├── Swahili.lang
│ │ │ ├── Swedish.lang
│ │ │ ├── Tamil.lang
│ │ │ ├── Thai.lang
│ │ │ ├── Turkish.lang
│ │ │ ├── Ukranian.lang
│ │ │ ├── Urdu.lang
│ │ │ ├── Uzbek.lang
│ │ │ └── Vietnamese.lang
│ │ ├── integration
│ │ │ ├── bootstrap
│ │ │ │ ├── 1
│ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ └── dataTables.bootstrap.js
│ │ │ │ ├── 2
│ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ └── index.html
│ │ │ │ ├── 3
│ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ └── index.html
│ │ │ │ └── images
│ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ ├── sort_asc.png
│ │ │ │ ├── sort_both.png
│ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ └── sort_desc.png
│ │ │ ├── font-awesome
│ │ │ │ ├── bootstrap.html
│ │ │ │ ├── dataTables.fontAwesome.css
│ │ │ │ ├── datatables.html
│ │ │ │ └── foundation.html
│ │ │ ├── foundation
│ │ │ │ ├── dataTables.foundation.css
│ │ │ │ ├── dataTables.foundation.js
│ │ │ │ ├── dataTables.foundation.min.js
│ │ │ │ ├── images
│ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ └── index.html
│ │ │ └── jqueryui
│ │ │ ├── dataTables.jqueryui.css
│ │ │ ├── dataTables.jqueryui.js
│ │ │ ├── dataTables.jqueryui.min.js
│ │ │ ├── dataTables.jqueryui.scss
│ │ │ └── index.html
│ │ ├── make.sh
│ │ ├── pagination
│ │ │ ├── ellipses.js
│ │ │ ├── extjs.js
│ │ │ ├── four_button.js
│ │ │ ├── index.html
│ │ │ ├── input.js
│ │ │ ├── jPaginator
│ │ │ │ └── dataTables.jPaginator.js
│ │ │ ├── scrolling.js
│ │ │ └── select.js
│ │ ├── README.md
│ │ ├── sorting
│ │ │ ├── alt-string.js
│ │ │ ├── anti-the.js
│ │ │ ├── chinese-string.js
│ │ │ ├── currency.js
│ │ │ ├── custom-data-source
│ │ │ │ ├── dom-checkbox.js
│ │ │ │ ├── dom-select.js
│ │ │ │ └── dom-text.js
│ │ │ ├── date-dd-MMM-yyyy.js
│ │ │ ├── date-de.js
│ │ │ ├── date-eu.js
│ │ │ ├── date-euro.js
│ │ │ ├── datetime-moment.js
│ │ │ ├── datetime-us.js
│ │ │ ├── date-uk.js
│ │ │ ├── enum.js
│ │ │ ├── file-size.js
│ │ │ ├── formatted-numbers.js
│ │ │ ├── index.html
│ │ │ ├── ip-address.js
│ │ │ ├── monthYear.js
│ │ │ ├── natural.js
│ │ │ ├── numeric-comma.js
│ │ │ ├── num-html.js
│ │ │ ├── percent.js
│ │ │ ├── persian.js
│ │ │ ├── scientific.js
│ │ │ ├── signed-num.js
│ │ │ ├── stringMonthYear.js
│ │ │ ├── time.js
│ │ │ ├── title-numeric.js
│ │ │ ├── title-string.js
│ │ │ └── turkish-string.js
│ │ └── type-detection
│ │ ├── currency.js
│ │ ├── date-uk.js
│ │ ├── file-size.js
│ │ ├── formatted-num.js
│ │ ├── index.html
│ │ ├── ip-address.js
│ │ ├── numeric-comma.js
│ │ └── num-html.js
│ ├── datatables-responsive
│ │ ├── bower.json
│ │ ├── css
│ │ │ ├── responsive.bootstrap.scss
│ │ │ ├── responsive.dataTables.scss
│ │ │ ├── responsive.foundation.scss
│ │ │ └── responsive.jqueryui.scss
│ │ ├── docs
│ │ │ ├── api
│ │ │ │ ├── responsive.index().xml
│ │ │ │ ├── responsive.rebuild().xml
│ │ │ │ └── responsive.recalc().xml
│ │ │ └── option
│ │ │ ├── responsive.breakpoints.xml
│ │ │ ├── responsive.details.renderer.xml
│ │ │ ├── responsive.details.target.xml
│ │ │ ├── responsive.details.type.xml
│ │ │ ├── responsive.details.xml
│ │ │ └── responsive.xml
│ │ ├── examples
│ │ │ ├── child-rows
│ │ │ │ ├── column-control.xml
│ │ │ │ ├── custom-renderer.xml
│ │ │ │ ├── disable-child-rows.xml
│ │ │ │ ├── index.xml
│ │ │ │ ├── right-column.xml
│ │ │ │ └── whole-row-control.xml
│ │ │ ├── display-control
│ │ │ │ ├── auto.xml
│ │ │ │ ├── classes.xml
│ │ │ │ ├── complexHeader.xml
│ │ │ │ ├── fixedHeader.xml
│ │ │ │ ├── index.xml
│ │ │ │ └── init-classes.xml
│ │ │ ├── index.xml
│ │ │ ├── initialisation
│ │ │ │ ├── ajax.xml
│ │ │ │ ├── className.xml
│ │ │ │ ├── default.xml
│ │ │ │ ├── index.xml
│ │ │ │ ├── new.xml
│ │ │ │ └── option.xml
│ │ │ └── styling
│ │ │ ├── bootstrap.xml
│ │ │ ├── compact.xml
│ │ │ ├── foundation.xml
│ │ │ ├── index.xml
│ │ │ ├── jqueryui.xml
│ │ │ └── scrolling.xml
│ │ ├── js
│ │ │ └── dataTables.responsive.js
│ │ ├── License.txt
│ │ ├── make.sh
│ │ └── Readme.md
│ ├── flot
│ │ ├── API.md
│ │ ├── component.json
│ │ ├── CONTRIBUTING.md
│ │ ├── examples
│ │ │ ├── ajax
│ │ │ │ ├── data-eu-gdp-growth-1.json
│ │ │ │ ├── data-eu-gdp-growth-2.json
│ │ │ │ ├── data-eu-gdp-growth-3.json
│ │ │ │ ├── data-eu-gdp-growth-4.json
│ │ │ │ ├── data-eu-gdp-growth-5.json
│ │ │ │ ├── data-eu-gdp-growth.json
│ │ │ │ ├── data-japan-gdp-growth.json
│ │ │ │ ├── data-usa-gdp-growth.json
│ │ │ │ └── index.html
│ │ │ ├── annotating
│ │ │ │ └── index.html
│ │ │ ├── axes-interacting
│ │ │ │ └── index.html
│ │ │ ├── axes-multiple
│ │ │ │ └── index.html
│ │ │ ├── axes-time
│ │ │ │ └── index.html
│ │ │ ├── axes-time-zones
│ │ │ │ ├── date.js
│ │ │ │ ├── index.html
│ │ │ │ └── tz
│ │ │ │ ├── africa
│ │ │ │ ├── antarctica
│ │ │ │ ├── asia
│ │ │ │ ├── australasia
│ │ │ │ ├── backward
│ │ │ │ ├── etcetera
│ │ │ │ ├── europe
│ │ │ │ ├── factory
│ │ │ │ ├── iso3166.tab
│ │ │ │ ├── leapseconds
│ │ │ │ ├── northamerica
│ │ │ │ ├── pacificnew
│ │ │ │ ├── solar87
│ │ │ │ ├── solar88
│ │ │ │ ├── solar89
│ │ │ │ ├── southamerica
│ │ │ │ ├── systemv
│ │ │ │ ├── yearistype.sh
│ │ │ │ └── zone.tab
│ │ │ ├── background.png
│ │ │ ├── basic-options
│ │ │ │ └── index.html
│ │ │ ├── basic-usage
│ │ │ │ └── index.html
│ │ │ ├── canvas
│ │ │ │ └── index.html
│ │ │ ├── categories
│ │ │ │ └── index.html
│ │ │ ├── examples.css
│ │ │ ├── image
│ │ │ │ ├── hs-2004-27-a-large-web.jpg
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── interacting
│ │ │ │ └── index.html
│ │ │ ├── navigate
│ │ │ │ ├── arrow-down.gif
│ │ │ │ ├── arrow-left.gif
│ │ │ │ ├── arrow-right.gif
│ │ │ │ ├── arrow-up.gif
│ │ │ │ └── index.html
│ │ │ ├── percentiles
│ │ │ │ └── index.html
│ │ │ ├── realtime
│ │ │ │ └── index.html
│ │ │ ├── resize
│ │ │ │ └── index.html
│ │ │ ├── selection
│ │ │ │ └── index.html
│ │ │ ├── series-errorbars
│ │ │ │ └── index.html
│ │ │ ├── series-pie
│ │ │ │ └── index.html
│ │ │ ├── series-toggle
│ │ │ │ └── index.html
│ │ │ ├── series-types
│ │ │ │ └── index.html
│ │ │ ├── shared
│ │ │ │ └── jquery-ui
│ │ │ │ └── jquery-ui.min.css
│ │ │ ├── stacking
│ │ │ │ └── index.html
│ │ │ ├── symbols
│ │ │ │ └── index.html
│ │ │ ├── threshold
│ │ │ │ └── index.html
│ │ │ ├── tracking
│ │ │ │ └── index.html
│ │ │ ├── visitors
│ │ │ │ └── index.html
│ │ │ └── zooming
│ │ │ └── index.html
│ │ ├── excanvas.js
│ │ ├── excanvas.min.js
│ │ ├── FAQ.md
│ │ ├── flot.jquery.json
│ │ ├── jquery.colorhelpers.js
│ │ ├── jquery.flot.canvas.js
│ │ ├── jquery.flot.categories.js
│ │ ├── jquery.flot.crosshair.js
│ │ ├── jquery.flot.errorbars.js
│ │ ├── jquery.flot.fillbetween.js
│ │ ├── jquery.flot.image.js
│ │ ├── jquery.flot.js
│ │ ├── jquery.flot.navigate.js
│ │ ├── jquery.flot.pie.js
│ │ ├── jquery.flot.resize.js
│ │ ├── jquery.flot.selection.js
│ │ ├── jquery.flot.stack.js
│ │ ├── jquery.flot.symbol.js
│ │ ├── jquery.flot.threshold.js
│ │ ├── jquery.flot.time.js
│ │ ├── jquery.js
│ │ ├── LICENSE.txt
│ │ ├── Makefile
│ │ ├── NEWS.md
│ │ ├── package.json
│ │ ├── PLUGINS.md
│ │ └── README.md
│ ├── flot.tooltip
│ │ ├── bower.json
│ │ └── js
│ │ ├── excanvas.min.js
│ │ ├── jquery.flot.js
│ │ ├── jquery.flot.tooltip.js
│ │ ├── jquery.flot.tooltip.min.js
│ │ └── jquery.flot.tooltip.source.js
│ ├── font-awesome
│ │ ├── bower.json
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── less
│ │ │ ├── bordered-pulled.less
│ │ │ ├── core.less
│ │ │ ├── extras.less
│ │ │ ├── fixed-width.less
│ │ │ ├── font-awesome.less
│ │ │ ├── icons.less
│ │ │ ├── larger.less
│ │ │ ├── list.less
│ │ │ ├── mixins.less
│ │ │ ├── path.less
│ │ │ ├── rotated-flipped.less
│ │ │ ├── spinning.less
│ │ │ ├── stacked.less
│ │ │ └── variables.less
│ │ └── scss
│ │ ├── _bordered-pulled.scss
│ │ ├── _core.scss
│ │ ├── _extras.scss
│ │ ├── _fixed-width.scss
│ │ ├── font-awesome.scss
│ │ ├── _icons.scss
│ │ ├── _larger.scss
│ │ ├── _list.scss
│ │ ├── _mixins.scss
│ │ ├── _path.scss
│ │ ├── _rotated-flipped.scss
│ │ ├── _spinning.scss
│ │ ├── _stacked.scss
│ │ └── _variables.scss
│ ├── holderjs
│ │ ├── bower.json
│ │ ├── composer.json
│ │ ├── gulpfile.js
│ │ ├── holder.js
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── augment.js
│ │ │ ├── holder.js
│ │ │ ├── ondomready.js
│ │ │ └── polyfills.js
│ │ └── test
│ │ ├── image.jpg
│ │ └── index.html
│ ├── jquery
│ │ ├── bower.json
│ │ ├── dist
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ └── jquery.min.map
│ │ ├── MIT-LICENSE.txt
│ │ └── src
│ │ ├── ajax
│ │ │ ├── jsonp.js
│ │ │ ├── load.js
│ │ │ ├── parseJSON.js
│ │ │ ├── parseXML.js
│ │ │ ├── script.js
│ │ │ ├── var
│ │ │ │ ├── nonce.js
│ │ │ │ └── rquery.js
│ │ │ └── xhr.js
│ │ ├── ajax.js
│ │ ├── attributes
│ │ │ ├── attr.js
│ │ │ ├── classes.js
│ │ │ ├── prop.js
│ │ │ ├── support.js
│ │ │ └── val.js
│ │ ├── attributes.js
│ │ ├── callbacks.js
│ │ ├── core
│ │ │ ├── access.js
│ │ │ ├── init.js
│ │ │ ├── parseHTML.js
│ │ │ ├── ready.js
│ │ │ └── var
│ │ │ └── rsingleTag.js
│ │ ├── core.js
│ │ ├── css
│ │ │ ├── addGetHookIf.js
│ │ │ ├── curCSS.js
│ │ │ ├── defaultDisplay.js
│ │ │ ├── hiddenVisibleSelectors.js
│ │ │ ├── support.js
│ │ │ ├── swap.js
│ │ │ └── var
│ │ │ ├── cssExpand.js
│ │ │ ├── getStyles.js
│ │ │ ├── isHidden.js
│ │ │ ├── rmargin.js
│ │ │ └── rnumnonpx.js
│ │ ├── css.js
│ │ ├── data
│ │ │ ├── accepts.js
│ │ │ ├── Data.js
│ │ │ └── var
│ │ │ ├── data_priv.js
│ │ │ └── data_user.js
│ │ ├── data.js
│ │ ├── deferred.js
│ │ ├── deprecated.js
│ │ ├── dimensions.js
│ │ ├── effects
│ │ │ ├── animatedSelector.js
│ │ │ └── Tween.js
│ │ ├── effects.js
│ │ ├── event
│ │ │ ├── ajax.js
│ │ │ ├── alias.js
│ │ │ └── support.js
│ │ ├── event.js
│ │ ├── exports
│ │ │ ├── amd.js
│ │ │ └── global.js
│ │ ├── intro.js
│ │ ├── jquery.js
│ │ ├── manipulation
│ │ │ ├── _evalUrl.js
│ │ │ ├── support.js
│ │ │ └── var
│ │ │ └── rcheckableType.js
│ │ ├── manipulation.js
│ │ ├── offset.js
│ │ ├── outro.js
│ │ ├── queue
│ │ │ └── delay.js
│ │ ├── queue.js
│ │ ├── selector.js
│ │ ├── selector-native.js
│ │ ├── selector-sizzle.js
│ │ ├── serialize.js
│ │ ├── sizzle
│ │ │ └── dist
│ │ │ ├── sizzle.js
│ │ │ ├── sizzle.min.js
│ │ │ └── sizzle.min.map
│ │ ├── traversing
│ │ │ ├── findFilter.js
│ │ │ └── var
│ │ │ └── rneedsContext.js
│ │ ├── traversing.js
│ │ ├── var
│ │ │ ├── arr.js
│ │ │ ├── class2type.js
│ │ │ ├── concat.js
│ │ │ ├── hasOwn.js
│ │ │ ├── indexOf.js
│ │ │ ├── pnum.js
│ │ │ ├── push.js
│ │ │ ├── rnotwhite.js
│ │ │ ├── slice.js
│ │ │ ├── strundefined.js
│ │ │ ├── support.js
│ │ │ └── toString.js
│ │ └── wrap.js
│ ├── metisMenu
│ │ ├── bower.json
│ │ ├── dist
│ │ │ ├── metisMenu.css
│ │ │ ├── metisMenu.js
│ │ │ ├── metisMenu.min.css
│ │ │ └── metisMenu.min.js
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ └── src
│ │ ├── metisMenu.css
│ │ └── metisMenu.js
│ ├── mocha
│ │ ├── bower.json
│ │ ├── History.md
│ │ ├── LICENSE
│ │ ├── media
│ │ │ └── logo.svg
│ │ ├── mocha.css
│ │ ├── mocha.js
│ │ └── Readme.md
│ ├── morrisjs
│ │ ├── bower.json
│ │ ├── bower.travis.json
│ │ ├── examples
│ │ │ ├── area-as-line.html
│ │ │ ├── area.html
│ │ │ ├── bar-colors.html
│ │ │ ├── bar.html
│ │ │ ├── bar-no-axes.html
│ │ │ ├── days.html
│ │ │ ├── decimal-custom-hover.html
│ │ │ ├── diagonal-xlabels-bar.html
│ │ │ ├── diagonal-xlabels.html
│ │ │ ├── donut-colors.html
│ │ │ ├── donut-formatter.html
│ │ │ ├── donut.html
│ │ │ ├── dst.html
│ │ │ ├── events.html
│ │ │ ├── goals.html
│ │ │ ├── lib
│ │ │ │ ├── example.css
│ │ │ │ └── example.js
│ │ │ ├── months-no-smooth.html
│ │ │ ├── negative.html
│ │ │ ├── no-grid.html
│ │ │ ├── non-continuous.html
│ │ │ ├── non-date.html
│ │ │ ├── quarters.html
│ │ │ ├── resize.html
│ │ │ ├── stacked_bars.html
│ │ │ ├── _template.html
│ │ │ ├── timestamps.html
│ │ │ ├── updating.html
│ │ │ ├── weeks.html
│ │ │ └── years.html
│ │ ├── Gruntfile.js
│ │ ├── less
│ │ │ └── morris.core.less
│ │ ├── lib
│ │ │ ├── morris.area.coffee
│ │ │ ├── morris.bar.coffee
│ │ │ ├── morris.coffee
│ │ │ ├── morris.donut.coffee
│ │ │ ├── morris.grid.coffee
│ │ │ ├── morris.hover.coffee
│ │ │ └── morris.line.coffee
│ │ ├── morris.css
│ │ ├── morris.js
│ │ ├── morris.min.js
│ │ ├── package.json
│ │ ├── README.md
│ │ └── spec
│ │ ├── lib
│ │ │ ├── area
│ │ │ │ └── area_spec.coffee
│ │ │ ├── bar
│ │ │ │ ├── bar_spec.coffee
│ │ │ │ └── colours.coffee
│ │ │ ├── commas_spec.coffee
│ │ │ ├── donut
│ │ │ │ └── donut_spec.coffee
│ │ │ ├── grid
│ │ │ │ ├── auto_grid_lines_spec.coffee
│ │ │ │ ├── set_data_spec.coffee
│ │ │ │ └── y_label_format_spec.coffee
│ │ │ ├── hover_spec.coffee
│ │ │ ├── label_series_spec.coffee
│ │ │ ├── line
│ │ │ │ └── line_spec.coffee
│ │ │ ├── pad_spec.coffee
│ │ │ └── parse_time_spec.coffee
│ │ ├── specs.html
│ │ ├── support
│ │ │ └── placeholder.coffee
│ │ └── viz
│ │ ├── examples.js
│ │ ├── exemplary
│ │ │ ├── area0.png
│ │ │ ├── bar0.png
│ │ │ ├── line0.png
│ │ │ └── stacked_bar0.png
│ │ ├── run.sh
│ │ ├── test.html
│ │ └── visual_specs.js
│ └── raphael
│ ├── bower.json
│ ├── dev
│ │ ├── amdDev.js
│ │ ├── index.js
│ │ └── require.js
│ ├── license.txt
│ ├── raphael.js
│ └── raphael-min.js
├── bower.json
├── dist
│ ├── css
│ │ ├── sb-admin-2.css
│ │ └── timeline.css
│ └── js
│ └── sb-admin-2.js
├── index.html
├── js
│ ├── flot-data.js
│ └── morris-data.js
├── less
│ ├── mixins.less
│ ├── sb-admin-2.less
│ └── variables.less
├── LICENSE
├── pages
│ ├── blank.html
│ ├── buttons.html
│ ├── flot.html
│ ├── forms.html
│ ├── grid.html
│ ├── icons.html
│ ├── index.html
│ ├── login.html
│ ├── morris.html
│ ├── notifications.html
│ ├── panels-wells.html
│ ├── tables.html
│ └── typography.html
└── README.md
148 directories, 744 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论