Home  >  Article  >  Backend Development  >  用ajax提交页面后 怎么样刷新本页面呢?

用ajax提交页面后 怎么样刷新本页面呢?

WBOY
WBOYOriginal
2016-06-23 13:15:07861browse

数据在A页面提交 通过后台B页面插入到数据库  A页面也有查询数据库的代码  就是提交后A页面可以马上显示出来提交的内容  因为是通过ajax提交的  这个页面怎么刷新呢 就在点击提交按钮时怎么操作呢?


回复讨论(解决方案)

要看你具体的页面布局
最简单的就是 $.ajax.load 方法

ajax返回后,可以调用window.location.reload();方法实现刷新。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn