文件名称:jQueryAjaxGuestbook
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 88kb
- 下载次数:
- 0次
- 提 供 者:
- Lac****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
jquery+ajax无刷新评论源码
实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果
jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示,
实现起来都非常的简单,往往就是几句代码的事。
做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不
提供错误返回信息,不利全面掌控。
提交数据是action代表要执行的操作,id传递文章id,page是请求的分页页面,Math.round(Math.random()*10000)
防止页面被浏览器缓存而导致暂时无法刷新,如果出错显示错误信息
客户端用escape()函数编码含中文的字符串,服务器端用unescape()解码,这样做是为了防止乱码,如果你采用的是utf8,
那就不必了,设置正确的页面编码和服务端脚本编码就不会出问题。由于jquery默认使用utf8传输数据,而且不提供设置编码,
这里只有自己做转换,如果你用form插件的时候就会发现,编码问题是不能回绝的。-jquery+ ajax without refreshing comment source code
Achieved to obtain comment on non-refresh comments without refreshing the page displayed when loading loading access to comment on results
jquery is really a very good JS libraries, simple and easy to grasp, for the multi-level menu page, cascading effects, Tab tab switching, image rotation showed that
To achieve them are very simple, the code is often a few things.
Do AJAX applications, jquery provided $. Get (),$. post () functions can be used to submit data, but recommended the use of $. Ajax () to submit, then the two functions are not
Provide the error information back to full control of the negative.
Action on behalf of the data is presented to perform the operation, id pass the article id, page is a page request page, Math.round (Math.random ()* 10000)
The browser cache to prevent the page is temporarily unable to refresh a result, if the error display an error message
The client with the escape () f
实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果
jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示,
实现起来都非常的简单,往往就是几句代码的事。
做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不
提供错误返回信息,不利全面掌控。
提交数据是action代表要执行的操作,id传递文章id,page是请求的分页页面,Math.round(Math.random()*10000)
防止页面被浏览器缓存而导致暂时无法刷新,如果出错显示错误信息
客户端用escape()函数编码含中文的字符串,服务器端用unescape()解码,这样做是为了防止乱码,如果你采用的是utf8,
那就不必了,设置正确的页面编码和服务端脚本编码就不会出问题。由于jquery默认使用utf8传输数据,而且不提供设置编码,
这里只有自己做转换,如果你用form插件的时候就会发现,编码问题是不能回绝的。-jquery+ ajax without refreshing comment source code
Achieved to obtain comment on non-refresh comments without refreshing the page displayed when loading loading access to comment on results
jquery is really a very good JS libraries, simple and easy to grasp, for the multi-level menu page, cascading effects, Tab tab switching, image rotation showed that
To achieve them are very simple, the code is often a few things.
Do AJAX applications, jquery provided $. Get (),$. post () functions can be used to submit data, but recommended the use of $. Ajax () to submit, then the two functions are not
Provide the error information back to full control of the negative.
Action on behalf of the data is presented to perform the operation, id pass the article id, page is a page request page, Math.round (Math.random ()* 10000)
The browser cache to prevent the page is temporarily unable to refresh a result, if the error display an error message
The client with the escape () f
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VerifyCode.aspx.cs
Web.Config
App_Code\CommentBO.cs
........\CommentBO.cs.bak
........\DBConnection.cs
........\DBQuery.cs
........\DBTable.cs
........\StringManager.cs
........\TableQuery.cs
........\VryImgGen.cs
css\style.css
DB_51aspx\db.asax
images\box-title-bg.gif
......\Thumbs.db
......\title-bg.gif
......\Wait.gif
js\jquery.js
..\plu.js
51aspx源码必读.txt
Admin.aspx
Admin.aspx.cs
ajaxcomment.sln
ajaxcomment.suo
Comment.aspx
Comment.aspx.cs
index.html
readme.txt
VerifyCode.aspx
App_Code
css
DB_51aspx
images
js
Web.Config
App_Code\CommentBO.cs
........\CommentBO.cs.bak
........\DBConnection.cs
........\DBQuery.cs
........\DBTable.cs
........\StringManager.cs
........\TableQuery.cs
........\VryImgGen.cs
css\style.css
DB_51aspx\db.asax
images\box-title-bg.gif
......\Thumbs.db
......\title-bg.gif
......\Wait.gif
js\jquery.js
..\plu.js
51aspx源码必读.txt
Admin.aspx
Admin.aspx.cs
ajaxcomment.sln
ajaxcomment.suo
Comment.aspx
Comment.aspx.cs
index.html
readme.txt
VerifyCode.aspx
App_Code
css
DB_51aspx
images
js