标签: jquery
我通过Ajax发送表单后使用此代码刷新div(包含表单):
$('#divid').load(location.href + ' #divid>*', '');
这是第一次工作,然后重新加载整个页面以进行下一次点击。 我不想重装整页。