I am trying to update my div with ajax and jquery. The ajax request is performed correctively and the database is updated, the div is not reloading however.
The methode update(ajax) is called, however. The $stats div is not updating. Can anyone help me out please? Directly calling the stats.php file DOES display the correct html output.
EDIT: code snippets removed.