Code Monkey home page Code Monkey logo

qqphoto's Introduction

QQPhoto

更新说明:==== v1.1.0 ==== 2014-06-29

  1. 增加键盘左右方向键的支持,增强用户体验
  2. 增加缩略小图图片的异步加载,默认使用1px.gif替代
  3. 留言发送数据格式换POST发送
  4. PS:纯属练手,相册性能有问题!!!(功底太差)

QQPhoto 是一个仿QQ空间相册显示功能插件, 依赖jQuery库

Demo 预览:http://demo.webjyh.com/QQPhoto/

只是测试页面,所有数据全都重复的。留言数据也是如此,只保留当前发送的内容,关闭则全部重置。如在项目开发中,里面许多接口需要和服务端配合。 请使用PHP环境来测试,本页面采用PHP环境测试

1.图片相册功能 2.预加载上一张,下一张图片 3.留言提交。 4.兼容了 万恶的 IE6, 不过不建议使用

如何不兼容 IE6 可以找到 QQPhoto.js 文件中 以下代码
this.IE6 = !-[1,]&&!window.XMLHttpRequest;

修改成如下:

this.IE6 = false;

如有错误或Bug请在我博客留言说明。地址:http://webjyh.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.