bootstrap
fengcai0123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
bootstrap table实例
一、bootstrap table 最简单实例 二、bootstrap table 获取点击行数据+弹窗显示编辑 <script type="text/javascript"> $(function () { $('#table1').bootstrapTable({ url: '/sell/managerSellJson?pageNum=1', cache:f...原创 2018-03-21 11:20:38 · 2151 阅读 · 0 评论 -
bootstrap模态框动态赋值, ajax异步请求数据后给id为queryInfo的模态框赋值并弹出模态框(JS)
//查询单个 function query(id) { $.ajax({ url : "/small/productServlet", async : true, type : "POST", data : { "type" : "query", "id" : id ...原创 2018-07-04 14:32:52 · 7807 阅读 · 0 评论
分享