したがって、htmlファイルにロードするこのjQuery uiダイアログがあります。しかし、情報の読み込みには数秒かかるので、jquery ダイアログを使用して、コンテンツの読み込みが完了するまで読み込み div を追加する方法に興味がありました。
<div class="loadingIt"></div>
$('<div />').load('http://PathToURL', { something : el }, function() {
more logic
}).dialog({
modal: true,
width: 800,
draggable: false,
resizable: false,
title: "Results",
position: {
my: 'top',
at: 'top',
of: '#nav_wrapper',
},