0

特定のjqueryアクションに更新を押してからの経過時間をコンソールに記録して出力する方法はありますか?

私はこのコードを持っています:

$(document).ready(function(){
    $('.content').load('url.jsp', function(){
        //some code or plugin that changes the layout of loaded content

        $('.content').fadeIn();
    });
});

リフレッシュしてからfadeIn発生するまでの時間が必要です。

4

1 に答える 1