87,839
社区成员




$(document ).on('click', '.get_detail_js', function (){
var _id = $(this).attr('_id');
$(document.body).pagecontainer('change', '$!_basePath/weixinfw/Biz!paymentDetail.action', {
type: "get",
data: {_id:_id, oid:'$!{params.oid}',k:'$!{params.k}'},
dataUrl: '$!_basePath/xx/Biz!paymentDetail.action',
defaults : true,
transition: "flip",
changeHash: false
});
});
<table data-role="table" id="table-column-toggle" data-mode="columntoggle"
class="ui-responsive table-stroke" data-column-btn-text="过滤列"
>
.....
</table>
TypeError: cells is undefined
hierarchyClass = cells.not( this ).filter( "thead th" ).length && " ui-table-cel...