Hello Guys, Can i make use of jquery ajax API and make a synchronous calls?
Best Regards, Keshav
Hello Guys, Can i make use of jquery ajax API and make a synchronous calls?
Best Regards, Keshav
Like Obama would say: YES YOU CAN !
Setting
async = false
within the .ajax() handler will do the trick.