I have been battling this issue with a AJAX call. And from what i can determine via
the internet is that the parse from jquery is not working.
Don't know.
I do know these items:
my JSON data going out is good.
I have tested my server correctly by running all my REST tests.
The server does not get the network request using my JavaScript AJAX call.
If i remember correctly, I did at one time use the appery.io service set up and got a successful network call. I think I did.
Then i switched to my "roll your own" AJAX calls.
There seems to be some posts that say the jquery V1.8+ needs jquery.validate.js as opposed to using jquery.validate.min.js.
So questions.
I wouldn't mind using appery.io AJAX api, if you got one. You got docs?
I need control of data being formed as well as the response.If indeed yours works, and i want to roll my own....what is my responsibility in doing this? Do I need to locate some jquery libs and replace them?
This could be very tedious, especially after downloading the code and testing.Oh and i am working out of Android downloaded code and running inside of Android Studio from JetBrains.
Regards Al