一、页面修改 1.更改获取分页数据的url // 收派标准数据表格 $('#grid').datagrid( { iconCls : 'icon-forward', fit : true, border : false, rownumbers : true, striped : true, page ...
分类:
其他好文 时间:
2017-08-16 20:19:19
阅读次数:
181
此款进度条实现的功能: 1.利用了bootstrap的进度条组件。 a.在最外层的<div>中加入class .progress,在里层<div>加入class .progress-bar从而实现基本的进度条。 b.在外层<div>中加入class .progress-striped实现条纹进度条。 ...
分类:
Web程序 时间:
2017-07-01 11:56:02
阅读次数:
228
<div class="progress"> <div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" aria-valuenow="40" aria-valuemin="0" ari ...
分类:
其他好文 时间:
2017-06-25 17:00:42
阅读次数:
137
为 .progress-bar-striped 添加 .active 类,使其呈现出由右向左运动的动画效果。IE9 及更低版本的浏览器不支持。 ...
分类:
其他好文 时间:
2017-06-25 16:56:40
阅读次数:
155
<table class="table table-striped table-bordered "> <!-- 作者:15573722829@qq.com 时间:2017-06-06 描述:table-bordered table-hover --> <thead> <tr> <th>标题一</t ...
分类:
其他好文 时间:
2017-06-06 20:47:15
阅读次数:
189
.table-striped可以使奇数行的背景设为灰色。 <table class="table table-striped"> … </table> .table-bordered可以使边框显示。 <table class="table table-bordered"> … </table> .t ...
分类:
其他好文 时间:
2017-05-06 19:54:23
阅读次数:
309
效果图: 加载购物车列表(局部视图) <table class="table table-bordered table-striped table-condensed table-hover fixheader" id="tbExpenseDetailsList"> <thead> <tr> <th ...
分类:
Web程序 时间:
2017-04-15 15:45:59
阅读次数:
273
<table class="table table-striped sortable table-bordered table-hover " id="zdnews"> <thead> <tr> <th>运单号</th> <th>发货人</th> <th>收货人</th> <th>货物信息</th> ...
分类:
其他好文 时间:
2017-04-05 14:58:59
阅读次数:
257
$(function(){ $('#search_hospitalName').combogrid({ mode : 'remote',//远程连接方式 //fitColumns:true,//自动大小 striped: true, method:'post',//请求方式 dataType:'js ...
分类:
Web程序 时间:
2016-12-18 15:17:57
阅读次数:
1280
function tableint(){ $("#tableFromData").bootstrapTable({ url:BASE_URL+"/do/front/main_xp.do",//请求后台的URL(*) striped: true,//是否显示行间隔色 cache: false, //是 ...
分类:
其他好文 时间:
2016-11-02 23:05:54
阅读次数:
209