Sorry Guys
I got the solution by adding data:{}, after the dataType:""...
On Apr 23, 9:31 am, "Geo.." wrote:
> I got the error on Error Stage
> that means the post is not working
> The problem is not in all servers
> for test purposes i just echo a hello world in ajax.php
>
> On Apr 22, 10:38 pm
I got the error on Error Stage
that means the post is not working
The problem is not in all servers
for test purposes i just echo a hello world in ajax.php
On Apr 22, 10:38 pm, Josh Powell wrote:
> what does ajax.php return?
>
> at what stage is the error, beforesend, error, success, complete?
what does ajax.php return?
at what stage is the error, beforesend, error, success, complete? Put
in a console.log and see if it is executed in each of the states.
Just a style suggest, but reverse your usage of quotes:
$('#searchresult').html(' ');
instead of
$('#searchresult').html(" ");
3 matches
Mail list logo