How to ensure functions in .then() complete before proceeding?

前端 未结 0 1412
自闭症患者
自闭症患者 2021-01-20 13:37

Below is the usage of $.when().then().

    $.when(setLineDet(rptId, rptLn)).then(function(data) {
        console.log("done setting line details");
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题