码迷,mamicode.com
首页 > 其他好文 > 详细

easy UI动态赋值

时间:2017-03-09 14:30:48      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:通过   方法   str   set   UI   播放   html   val   datagrid   

1,首先怎么清除这个值

$(‘#filegrid‘).datagrid(‘loadData‘, { total: 0, rows: [] });

2,清除后,通过post提交请求,怎么将新植穿进去,这可以通过post的success方法来获取

function displayplayingcms(value){
    $("#dlg").dialog(open).dialog(setTitle,正在播放);
    $("#dlg").empty(); //清空div空间
    $.post(
        "/inforelease/getcmsplayingbyids",
        {ids:value},
        function(data){
            $("#dlg").html(data.divstr);
        },json);
}

 

easy UI动态赋值

标签:通过   方法   str   set   UI   播放   html   val   datagrid   

原文地址:http://www.cnblogs.com/ningheshutong/p/6525484.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!