bootstrap/jQuery插件
基础组件:jquery,bootstrap.css,bootstrap.js
插件:
下拉框bootstrap-select
富文本编辑器summernote(jQuery)
输入校验bootstrapValidator
客户端模板mustache
翻页jquery.twbsPagination(jQuery)
页签 tab.js(包含在bootstrap.js里)
css
<link href="../../Content/bootstrap.css" rel="stylesheet" /> <link href="../../Content/bootstrap-theme.css" rel="stylesheet" /> <link href="../../Content/bootstrap-select.css" rel="stylesheet" /> <link href="../../Content/summernote.css" rel="stylesheet" /> <link href="../../Content/bootstrapValidator.css" rel="stylesheet" />
js
<script src="/Script/jquery-1.10.2.js"></script> <script src="/Script/bootstrap.js"></script> <script src="/Script/bootstrap-select.js"></script> <script src="/Script/mustache.js"></script> <script src="/Script/summernote.js"></script> <script src="/Script/bootstrapValidator.js"></script> <script src="/Script/jquery.twbsPagination.js"></script>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。