Abhijit  Kakade

Abhijit Kakade

  • NA
  • 854
  • 188.3k

Regarding JQuery : Async Function

Dec 18 2014 7:13 AM
I have  two function in Jquery , i am calling it one by one. please find below code for example.. 
 
CheckDuplicateUsers ();
ManageUsers(); 
 
First CheckDuplicateUsers() function will get call  and ManageUsers() function should get call once first function get complete execution. 
 
My issue is before completing first function its going to another function. i want to resolve this.
 
Kindly help me for this as i am new in Jquery.

Answers (3)