html心碎粒子特效,system-data.html
數(shù)據(jù)字典 首頁
>
系統(tǒng)管理
>
數(shù)據(jù)字典
字典名稱:表名:
選擇一個(gè)系統(tǒng)表名
AccountInfo
AdminInfo
字段名:
添加字典
批量刪除
共有數(shù)據(jù):54 條
ID名稱表名字段名操作
0001城市citycity
$('.table-sort').dataTable({
"aaSorting": [[ 1, "desc" ]],//默認(rèn)第幾個(gè)排序
"bStateSave": true,//狀態(tài)保存
"aoColumnDefs": [
//{"bVisible": false, "aTargets": [ 3 ]} //控制列的隱藏顯示
{"orderable":false,"aTargets":[0,5]}// 制定列不參與排序
]
});
/*數(shù)據(jù)字典-編輯*/
function system_data_edit(title,url,id,w,h){
layer_show(title,url,w,h);
}
/*數(shù)據(jù)字典-刪除*/
function system_data_del(obj,id){
layer.confirm('確認(rèn)要?jiǎng)h除嗎?',function(index){
$.ajax({
type: 'POST',
url: '',
dataType: 'json',
success: function(data){
$(obj).parents("tr").remove();
layer.msg('已刪除!',{icon:1,time:1000});
},
error:function(data) {
console.log(data.msg);
},
});
});
}
一鍵復(fù)制
編輯
Web IDE
原始數(shù)據(jù)
按行查看
歷史
總結(jié)
以上是生活随笔為你收集整理的html心碎粒子特效,system-data.html的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Debian+Apache2+MySQL
- 下一篇: idea选中多行的一列、一竖(不是多行的