Very good, I'm stuck on something, to see if you can help me.
I have the following code:
$('#IdCre').load('crea.php');
This loads a web "Crea.php" in a div, the problem is that in crea.php I have a back button, and depending on where I do the load, it has to go to one side or another.
I explain myself in another way. When I'm on the web create.php, by hitting the previous button, I hide the current div and show another one. The problem is that the div that I have to show depends on where I charge the load.
Greetings.