教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery Image Gallery

jQuery Image Gallery

发布时间:2014-06-20   编辑:jiaochengji.com
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
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 });

您可能感兴趣的文章:
jQuery Image Gallery
jQuery Gallery Viewer
jQuery Gallery View II
jQuery Gallery Scroller
15款优秀的jQuery文本特效插件
Minimit Gallery
Touch Gallery
分享精心挑选的23款美轮美奂的jQuery 图片特效插件
精心挑选的15款优秀jQuery 本特效插件和教程
jQuery图片库插件 Panel Gallery

[关闭]
~ ~