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
精彩评论