I'm trying to load a page and put it inside a div.
code :
$("#test").load("page.php");
The problem is that once it's loaded, sometimes when I re-execute this script, it seems that the file 'page.php' is not really reloaded, seems that this file is keep in a cache or something like this.
It's really a problem because I have a PHP request inside this file it doesn't execute it.