views:

111

answers:

1

Hello Guys, Can i make use of jquery ajax API and make a synchronous calls?

Best Regards, Keshav

+7  A: 

Like Obama would say: YES YOU CAN !

jQuery .ajax()

Setting

async = false

within the .ajax() handler will do the trick.

jAndy
thank u for super quick response :)
keshav.veerapaneni