php+ajax实现无刷新评论解决方案

WBOY
Release: 2016-06-13 13:46:52
Original
1171 people have browsed it

php+ajax实现无刷新评论
如何实现php+ajax实现无刷新评论

------解决方案--------------------
把 ajax 先搞会

http://blog.csdn.net/phpBoy005/archive/2009/03/31/4037828.aspx
------解决方案--------------------
恩 先学ajax 会了以后提交评论后用Ajax更新评论内容
------解决方案--------------------
先学会ajax !
------解决方案--------------------
你说的是不是不提交整个页面,只是局部刷新,把回复显示出来?
1楼的链接里写的不错,顺手也贴出我自己前些日子学习ajax的心得。
http://blog.csdn.net/itcoco/archive/2009/08/05/4413397.aspx

------解决方案--------------------
首先你要先确定用最原始的ajax写,很很多的代码,但是jquery框架大大减少了代码。先学会用jquery框架去写ajax ,很简单的看几个例子就会了。
------解决方案--------------------
利用jquery框架

实现思路:
1.触发点击评论按钮后将输入提交到php,如写入数据库进行校验等操作
2.完成后将那个div层 从新load一下,load过程中读取那个评论内容的层和php交互拿到数据后重新填充那个层,即可

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template