Expression Engine を介して html を生成する div があります。私はajax送信を使用しています:
$('#login-form').ajaxForm({
// success identifies the function to invoke when the server response
// has been received; here we apply a fade-in effect to the new content
success: function() {
$("#panel").RELOAD!!();//Just refresh this div!
}
});
#panel div をリロード/リフレッシュしたいだけです。