I have a button that load results from remote server throught ajax :
1- Button click
2- Load content from remote throught ajax inside an element div#results
3- The result has pagination, that i want to ajaxify, and load the next result to the same place "div#results"
How do you handle this? i have a google map inside each results that i want to update after each pagination click.
Thank you for advice.