I am making a jQuery syn开发者_开发问答chronous call to ajax -- with the return type set to \"json\" --however the return data is coming back as a string.Is there something I\'m doing wrong, or is the
I\'ve read some of the other related questions (Pattern for wrapping an Asynchronous JavaScript function to make it synchronous & Make async event synchronous in JavaScript & there may be more
Is there a way to run a function after another functions completes? For example: doSomething(); doSomethingElse();
I have this function that makes an ajax call. I\'m describing the prob开发者_如何学Pythonlem in the last chunk of code comments.