У меня есть div, который генерируется HTML через Expression Engine. Я использую 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 перезагружался / обновлялся.