AnswerTabs
Computers
Programming
Javascript
Ask question
jQuery Ajax not working - meaning of response status code 0
I would like to use a jQuery Ajax function, but for some reason it is not working. I am getting response status code 0. Do you have any ideas why there is status code 0 ?
0
Report
17 Jul 2021 at 02:50 PM
Lars
Hi,
There are multiple reasons why response status code is 0, but it means that
request is not being sent to the server
.
Possible reasons are:
Ajax request is not correct (there can be an error)
Requesting URL is unreachable
Request is interrupted (for example because browser navigates away from the page)
0
Report
Share
18 Sep 2022 at 07:14 PM
Tim
ajax
jquery
javascript
1
answer
OK
Related questions
How to add new line breaks in textarea using Javascript ?
Prevent typing whitespace / disable spacebar in input - Javascript
onSubmit return false not working - submit form by Javascript
Set cookies to expire in hours, minutes, seconds - Javascript
When Enter, Backspace, Spacebar keys are pressed - Javascript
Javascript alert popup with two buttons OK / Cancel or Yes / No
Get cursor postion in characters in textarea - Javascript
Trending questions
How to see who is in a Teams meeting before joining / without joining ?
Is correct to say that something is Reset, Reseted or Resetted ?
Time difference in US - East and West coast time zones
MySQL, MariaDB, SQLite, PostgreSQL, Oracle, MS SQL, DB2 - difference
Center table vertically & horizontally to the middle of Word page
New silver underground reserves discovered ? New silver mines found ?
More protein in chicken,beef,lamb,pork,venison,turkey or fish meat ?
Recently viewed questions
Laptop with 32 GB eMMC flash memory - is it good enough ?
2026 AnswerTabs
Terms
Contact us