I had data like this
var pageval = $('#grid')
.load('/Dealer/AllClaims?page=5&__=634673230919806673 #grid', CallBackFunction);
I had to pick the data pagenumber i.e 5 from the above text as I need to give it to the ‘data’ in the ajax call.
What is the best method to pick ‘page’
Can any one please help me to find out the solution
This function will do the work:
Usage: