I do not even know where to start, so I'm going to have it simplified! I'm trying to create an admin page, where the data has to be sent via $ .post and get via $ .get, but when I try to read the php file where the script is to read the data, !!
Jquery Code
$(document).ready(function(){ alerta(); Ler(); }); function Ler(){ setTimeout("$('#pagina').load('http://www.teste.dev/views/categoria/mostrar.php', function(){ $('#loaderImage').hide(); });", 1000); }