Calling an ajax function inside a function

By | July 17, 2015

if ajax call return data to a function we should use async:false otherwise it will not work.if we you are not giving async:false in the ajax headers it will not return any value.