Hi,
I need to implement pagination without refresh the entire page.
When user click on the page number(the pagination will rendered as hyperlink), only content part will update using ajax and browser url will change as well, the rest of the content will remains the same.
For example: http://www.skillpages.com/results/opportunities/.net/0/United-States/0/0/1
What i able to do right now is update content using ajax, however when do in this way, the page url will not change. So. any know how to do this?
Summary
- pagination with hyperlink for seo friendly
- update certain content after click on the page number without refresh entire page
- change browser url when user click on the page number
Thanks