jQuery Image Gallery

软件介绍

Image Gallery with Lightbox effect and slideshow functionality for jQuery UI.

Image-gallery-new-cool-jquery-plugins-2011

示例代码:

$('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
});

本文地址:https://codercto.com/soft/d/21401.html

Pro Git (Second Edition)

Pro Git (Second Edition)

Scott Chacon、Ben Straub / Apress / 2014-11-9 / USD 59.99

Scott Chacon is a cofounder and the CIO of GitHub and is also the maintainer of the Git homepage ( git-scm.com ) . Scott has presented at dozens of conferences around the world on Git, GitHub and the ......一起来看看 《Pro Git (Second Edition)》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试