0
I don’t even know where to start! I’m trying to create an administration page, where the data has to be sent via $.post and receive via $.get, but when I try to read the php file where the script for reading the data, by load method it n opens!!
Jquery code
$(document).ready(function(){ alerta(); Ler(); }); function Ler(){ setTimeout("$('#pagina').load('http://www.teste.dev/views/categoria/mostrar.php', function(){ $('#loaderImage').hide(); });", 1000); }
Have you analyzed the error that gives? Try viewing your browser’s debuger to see where you’re getting lost, maybe it’s a relative path problem.
– LeoFelipe
As well "the data has to be sent via $.post and method and receive via $.get"??
– Erlon Charles
Hi, @Sam, I went to see your edition because I was giving problem in a plugin my site, the
<pre>
which you have placed makes Syntax Highlight not work. . . . . You only need to use HTML here in special casessup,sub,kbd
, the rest is better in pure Markdown. Twoenter
make a paragraph<p>
, two blank spaces force the<br>
, code is only apply 4 spaces to make the<pre>
. Vide How we should format questions and answers?– brasofilo