[jQuery] jQuery ajax 404 error
Hi, all.
I have extremely annoying issue for my project, which made me keeping
3 days on it.
I used jQuery.ajax, but it gets all time 404 error, although target
url is still available.
When I have checked with firebug console, yes, it shows target url
with red color, which might mean that no file on this url.
But when I expand this request, I can see the response which I wanna
get.
I really do not understand what s going on there.
Any tips on this situation?
dataType is set as text and what I wanna get is letter like "P", "T",
etc.
Thank you.