//jquery easyui を使用して css 効果を読み込みます
関数ajaxLoading() {
$("
").css({display:"block",width:"100%",height:$( window).height()}).appendTo("body");
$("
").html("処理してください待ちます。 ").appendTo("body").css({display:"block",left:($(document.body).outerWidth(true) - 190) / 2,top:($(window). height() - 45) / 2});
}
関数 ajaxLoadEnd(){
$(".datagrid-mask").remove(); -msg").remove();
}
$.ajax({
type: 'POST',
url: 'sendLettersAgain.action',
data: { id:obj.id},
beforeSend:ajaxLoading,\リクエスト送信前にプログレスバーを開く
success: function(robj){
ajaxLoadEnd();\タスクの実行が成功したら、プログレスバーを閉じる
}
});