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

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