搜索资源列表
SwfUploadDemo.rar
- SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与Javascr ipt技术为WEB开发者提供了一个具有丰富功能继而超越传统<input type="file" />标签的文件上传模式。 SWFUpload的主要特点 * 可以同时上传多个文件; * 类似AJAX的无刷新上传; * 可以显示上传进度; * 良好的浏览器兼容性; * 兼容其他Javascr ipt库 (例如:jQuery, Prototype等); *
xluochatqxx
- 此聊天室是采用JQuery和.NET编写的, 程序非常简单,除了一个ajax.aspx动态页面 其余页面全是静态页面! 为了防止中文乱码,我已经默认在web.config里面添加-This chat room is to use JQuery and. NET written, the program is very simple, dynamic pages in addition to a ajax.aspx all the remaining pages are sta
caicai
- 主要技术:Struts2框架+JDBC+dbcp连接池+jQuery+Ajax 开发平台:Linux 开发工具:MyEclipse+MySQL+Tomcat 项目描述:该项目基于B/S架构的一个图书电子商务平台。 1 产品浏览模块 2 购物车模块 3 用户管理模块 4 创建订单模块-The main technical: the Struts2 framework+JDBC+dbcp connection Chi+jQuery+Ajax development
51aspx
- DaivOA办公管理系统源码 源码描述: 采用N层架构便于二次开发和简便维护: Daiv_OA.BLL:业务逻辑层 Daiv_OA.DAL:数据访问层 Daiv_OA.DBUtility:数据连接层 Daiv_OA.Entity :实体类 Daiv_OA.UI:自定义UI Daiv_OA.Utils:公共层 Daiv_OA.Web:页面显示层 采用的后台模版:Liger UI框架 简介美观,功能强大 采用了大量的Jquery和jquery+Ajax 增
WebIM
- 本WebIM 系统采用 B/S 模式,使用浏览器 ajax 实现即时聊天。服务器端采用 MC设计模式,Controler 分为组包拆包模块(编码子模块、加密解密子模块、序列化/反序列化子模块)和主处理模块(包含:Manager、DAO); 客户端使用 AJAX 心跳包拉数据,应用 JQuery 框架实现页面效果-The WebIM system uses B/S mode, using a browser ajax live chat. Server-side using the MC de
jqantoupiao
- jQuery带动画效果ajax进度条无刷新投票特效,横向柱状图逐渐增长的投票特效,每投票一次,进度条就增长一定长度,页面在不刷新的情况下累计投票结果。友情提示:本效果只是演示无刷新投票,并没有用到数据库,所以并不能是真正的投票程序。-jQuery ajax progress bar with animation effects without refresh vote, horizontal histogram gradual increase of the voting effects, ev
ASP-list
- 我们在腾讯网站等一些评论栏目上可以看到这样的应用,列表没有使用分页条,而是一次加载一定数量的记录显示在列表页,当用户浏览到列表页底部时,可以通过单击“加载更多”来查看更多记录。有网友反映数据量大时,加载速度慢,这一版本改变了后台读取方式,加快了输出速度。 原理:页面载入时,jQuery向后台请求数据,ASP程序通过查询数据库将最新的几条记录显示在列表页,在列表页的底部有个“更多”链接,通过触发该链接,向服务端发送Ajax请求,后台ASP程序接收请求参数,并作出相应,获取数据库相应的记录并以J
jQuerydemos
- 都是挺基础的 jQuery 初级代码实例,书中的例子,很完整,虽然有些过于简单,但必竟很好懂,想实现Ajax交互式前端设计的朋友可要好好参考一下哦,这些教程源码都是来自官方的,比较通用和标准的代码。实例的内容包括异步加载、层操作、数据载入、点击互动等功能。-Are very basic primary code examples jQuery, examples in the book, very complete, although a little too simple, but after
twoblog
- SimpleAJAXCommenting是一款基于jQuery插件的ajax评论系统,程序小巧好用,已翻译为中文版本,修正了数据库编码以及一些小错误,现在可以稳定运行了。本评论系统也适合想在PHP中学习Ajax的朋友提供一份参考范例。-SimpleAJAXCommenting is a jQuery plugin ajax based commenting system, compact and easy program has been translated into Chinese vers
sybook_2.0.20120128
- 随缘网络留言板(带审核置顶功能)是一款基于asp jquery ajax构架免费开源的留言本,div+css布局,蓝色色调。简洁明快!留言板自带后台,可批量管理留言,适合各中小企业将其整合植入网站或者做为一个单独留言系统交流使用。 -Going Internet message board (with top audit function) is based on a framework of free and open source asp jquery ajax guestbook, div
site8002
- ASP+Ajax+Jquery无刷新留言本,最近有网友让我帮忙做一个简单的asp程序,我突然想到用AJAX来实现,因为之前用的是NET,实现起来比较简单。其实ASP的AJAX实现跟aspx差不多,都是reponse.write一个值到浏览器。不同的是,NET是ashx页面来处理返回值的,而asp是用asp页面来返回值。-ASP+ Ajax+ Jquery no refresh guestbook, recently there are users asked me to do a simple
jquery-2.2.3.min
- jQuery是一款免费且开放源代码的JS代码库,由John Resig创建。jQuery是免费、开源的,使用MIT许可协议。它是轻量级的js库,它兼容CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)。jQuery使用户能更方便地处理HTML documents、events、实现动画效果,并且方便地为网站提供AJAX交互。-jQuery is a free and open source JS code library create
jquery-1.12.3.min
- jQuery是一款免费且开放源代码的JS代码库,由John Resig创建。jQuery是免费、开源的,使用MIT许可协议。它是轻量级的js库,它兼容CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)。jQuery使用户能更方便地处理HTML documents、events、实现动画效果,并且方便地为网站提供AJAX交互。-jQuery is a free and open source JS code library create
CustomerChat
- 本源代码实现了类似于webQQ,在线客服的一对一的在线聊天功能,也可以通过研究源代码实现多对一的web聊天实现,没有使用任何插件及scoket等之类的通信技术,全部基于asp.net及jQuery 的 ajax实现,代码简单易懂-Source code to achieve the similar to webqq, online customer service of the online chat, you can also through the source code implement
jcart_v1.3
- jCart是一个Ajax购物车,易于安装和定制。基于jQuery+PHP开发,能够很方便与现有系统相集成使用。支持服务器端输入校验。-jCart Ajax is a shopping cart, easy to install and customize. jQuery+ PHP development based on, can easily integrate with existing systems to use. Support server-side input validation
cnbatarate
- 仿cnbeta评分插件,使用了Jquery的ajax,支持多浏览器,采用php+mysql原生代码,能运行在多种环境.-Imitation cnbeta rating plug, use the Jquery ajax, supports multiple browsers, using php+ mysql native code can be run in a variety of environments.
zvchatdz
- 一个简便的聊天室,jquery Ajax页面无刷新,资源占用少,功能精湛。 安装简单,只需把zvchat目录上传到discuz的plugins目录下面即可安装。 在后台安装并启用插件即可。 卸载也非常简单,在后台禁用插件,或直接卸载插件。 删除plugins目录下面的zvchat目录即可-A simple chat room, jquery Ajax page without refresh, resource consumption, functional and exquisite. Ins
2222
- The Ajax+PHP Image Cut picture cut, generate thumbnail pictures of the cutting part and the preview function, this is a simple example of PHP Ajax cutting pictures and generate new images on the server, this is not jQuery, but the use of another famo
文件上传插件
- ssi-uploader是一款带预览图并且可以拖拽文件的jQuery ajax文件上传插件。该文件上传插件支持AJAX,支持多文件上传,可控制上的文件格式和文件大小,提供各种回调函数,使用非常方便。(Ssi-uploader is a jQuery Ajax file upload plug-in with preview and can drag and drop files. The file upload plugin supports AJAX, supports multiple fi
jquery-3.3.1.js
- jQuery 是一个 Javascr ipt 库。 jQuery 极大地简化了 Javascr ipt 编程。(jQuery is a fast, small, and feature-rich Javascr ipt library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-us