Ajax "error" property case-sensitive?
Ajax "error" property case-sensitive?
JaredG
Posts: 1Questions: 1Answers: 0
I'm finding that the Ajax "error" property (as described in https://editor.datatables.net/manual/server) is case-sensitive. If it's capitalized, Editor doesn't appear to "see it."
Is this intentional?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes. Javascript and JSON are both case sensitive - e.g. you can have:
and the object would have two properties, not one.
Allan