标签:style blog color io os ar sp 数据 div
function fn_Search() { var beginDt = $("#txtBegin").val(); var endDt = $("#txtEnd").val(); $.post(‘@Url.Action("MessageGet")‘, { begin: beginDt,end : endDt }, function (data) { $("#maingrid").ligerGrid().loadData(data); }); }
liger 的 Data 可以通过在 init 时的 url 获取。
在界面查询时,可以通过 loadData 加载 json 格式的数据
标签:style blog color io os ar sp 数据 div
原文地址:http://www.cnblogs.com/starluck/p/4024159.html