English(英语)
I am trying to run a simple jquery based app which send request to server by using ajax function and getting json-formated reply to access data. jquery ajax call does not work for me if I run it in cloud9 environment. It seems that process stuck somewhere – it does not return success or error. The sample is attached.
Am I doingI something wrong or could it be some limitation of tool? Or maybe I am using incompatible version of jquery library?
If it test it locally (run index.html in browser – it works).