SyntaxFix
Write A Post
Hire A Developer
Questions
Try this :
function method1(){ // some code } function method2(){ // some code } $.ajax({ url:method1(), success:function(){ method2(); } })