特定のjqueryアクションに更新を押してからの経過時間をコンソールに記録して出力する方法はありますか?
私はこのコードを持っています:
$(document).ready(function(){
$('.content').load('url.jsp', function(){
//some code or plugin that changes the layout of loaded content
$('.content').fadeIn();
});
});
リフレッシュしてからfadeIn
発生するまでの時間が必要です。