[jQuery] Re: jQuery Ajax Error in Firefox 3.0.8

2009-04-23 Thread Geo..
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

[jQuery] Re: jQuery Ajax Error in Firefox 3.0.8

2009-04-22 Thread Geo..
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?  

[jQuery] Re: jQuery Ajax Error in Firefox 3.0.8

2009-04-22 Thread Josh Powell
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("  ");