Click here to Skip to main content
15,903,385 members

Comments by Louie Gomez (Top 1 by date)

Louie Gomez 25-Jul-13 5:52am View    
Ajax calls are asynchronous by default so once you call an ajax it doesn't make the browser wait, it continues to process until it's finish in which case you'll have a callback method to handle it. Let me know if I understand your problem correctly.