jquery html() callback function

后端 未结 4 950
遥遥无期
遥遥无期 2020-11-30 04:48

This question has been asked a couple times but not answered in such a way that it can help me with my specific issue. From a nav list, on click of an item, I\'m loading som

4条回答
  •  抹茶落季
    2020-11-30 05:12

    $('#divId').html(someText).promise().done(function(){
        //your callback logic / code here
    });
    

提交回复
热议问题