Jqweigts 表格查询数据 传递参数方法
formatData: A callback function which is called before the data is sent to the server. You can use it to fully override the data sent to the server. If you define a 'formatData' function, the result that the function returns will be sent to the server.
dataAdapter = new $.jqx.dataAdapter(source,{ loadError: function (xhr, status, error) { }, formatData: function (data) { //官方demo $.extend(data, { featureClass: "P", style: "full", maxRows: 50 }); return data; //自己定义的参数: data['name'] = $("#uname").val(); } }
后台 request.getParameter("name");就可获取到值
相关推荐
yangkang 2020-11-09
lbyd0 2020-11-17
sushuanglei 2020-11-12
85477104 2020-11-17
KANSYOUKYOU 2020-11-16
wushengyong 2020-10-28
lizhengjava 2020-11-13
星月情缘 2020-11-13
huangxiaoyun00 2020-11-13
luyong0 2020-11-08
腾讯soso团队 2020-11-06
Apsaravod 2020-11-05
PeterChangyb 2020-11-05
gaobudong 2020-11-04
wwwjun 2020-11-02
gyunwh 2020-11-02
EchoYY 2020-10-31
dingyahui 2020-10-30