【发布时间】:2010-10-30 06:52:51
【问题描述】:
我有一个通过表达式引擎生成 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 重新加载/刷新。
【问题讨论】:
标签: jquery plugins refresh reload