我有一个通过表达式引擎生成 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 重新加载/刷新。