开发者

Get selected value from rowlist and pass it to query string laong with page number in JqGrid

开发者 https://www.devze.com 2023-01-17 04:53 出处:网络
I have a row list as [10,20,30] i want to pass the selected row list ie if (20 is selected ill pass that 20 as query string and retrieve the value). and also i want to select the page number too. Wha
 I have a row list as [10,20,30] i want to pass the selected row list ie if (20 is selected ill pass that 20 as query string and retrieve the value). and also i want to select the page number too. What are the possible ways to achieve the selected val开发者_开发技巧ue from row list and current page number and then pass the value to query string.

I tried var Page=$(".ui-pg-input").val() but it is not firing i think i am missing something out here.


I got it done. By using the predefined session values in it

0

精彩评论

暂无评论...
验证码 换一张
取 消