Javascript-jQuery【1】-用promise()实现html()回调函数

    $('#divId').html(someText).promise().done(function(){
        //your callback logic / code here
    });
posted @ 2016-02-26 14:51  上帝之城  阅读(268)  评论(0编辑  收藏  举报