Bootstrap-table 增删改查
作者:互联网
1.引入bootstarp-table 系类的js/css文件
@*1、Jquery组件引用*@ <script src="~/Scripts/jquery-1.10.2.js"></script> @*2、bootstrap组件引用*@ <script src="~/Content/bootstrap/bootstrap.js"></script> <link href="~/Content/bootstrap/bootstrap.css" rel="stylesheet" /> @*3、bootstrap table组件以及中文包的引用*@ <script src="~/Content/bootstrap-table/bootstrap-table.js"></script> <link href="~/Content/bootstrap-table/bootstrap-table.css" rel="stylesheet" /> <script src="~/Content/bootstrap-table/locale/bootstrap-table-zh-CN.js"></script>
标签:Jquery,bootstarp,bootstrap,Bootstrap,改查,引用,组件,table 来源: https://www.cnblogs.com/zhukaixin/p/11590439.html