I know I can do this by setting async: false, but doing so will defeat the purpose of Ajax (this will no longer be Ajax anymore as this will lock my browser until the request is complete). Is it possible AT ALL to get the response from an Ajax request outside of the success handler without setting async: false?
Please let me know if this is possible
Thank you