Tag Archives: ajax call inside a function

Calling an ajax function inside a function

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.