Very good, I'm trying to manage the back button, the problem is that I have a single div where I'm loading the links using load.
$ ('# example'). load (menu); Where menu is a string where I pass the variables that I need to get.
The problem is that when I call a page I have to pass all the necessary variables to go back and load the back page, this I see very cumbersome, I do not know if there is another way to do it. Thank you very much