jQuery Image Gallery
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://blueimp.github.com/jQuery-Image-Gallery/
软件介绍
Image Gallery with Lightbox effect and slideshow functionality for jQuery UI.
示例代码:
$('a[rel=gallery]').imagegallery({
open: function (event, ui) {/* called on dialogopen */},
title: 'Image Gallery', // Sets the dialog title
show: 'scale', // The effect to be used when the dialog is opened
hide: 'explode', // The effect to be used when the dialog is closed
offsetWidth: 50, // Offset of image width to viewport width
offsetHeight: 50, // Offset of image height to viewport height
slideshow: 5000, // Shows the next image after 5000 ms
fullscreen: true, // Displays images fullscreen (overrides offsets)
canvas: true, // Displays images as canvas elements
namespace: 'myimagegallery' // event handler namespace
});
PHP 5权威编程
(美)古曼兹等 / 简张桂 / 电子工业出版社 / 2007-12 / 90.00元
《BRUCE PERENS开源系列丛书•PHP 5权威编程》为大家全面介绍了PHP 5中的新功能、面向对象编程方法及设计模式,还分析阐述了PHP5中新的数据库连接处理、错误处理和XML处理等机制。希望能够帮助读者系统了解、熟练掌握PHP,最大程度地挖掘:PHP的潜力,以更低的成本搭建更加稳健、高效的PHP应用。 近年来,随着使用PHP的大流量网站逐渐增加,企业在使用PHP的时候开始面临新的问......一起来看看 《PHP 5权威编程》 这本书的介绍吧!
