Jquery中文网 www.jquerycn.cn
Jquery中文网 >  jQuery  >  jQuery 插件  >  正文 jQuery Image Gallery

jQuery Image Gallery

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

您可能感兴趣的文章:
15款优秀的jQuery文本特效插件
css div 实现图片从左向右自动横向排列
jQuery UI ThemeRoller
jQuery UI 实例 – 放置(Droppable)
jQuery :image 选择器
js图片切换广告代码
jquery实现兼容浏览器的图片上传本地预览功能
jquery实现可拖动DIV自定义保存到数据的实例
HTML5 Plus 实现手机APP拍照或相册选择图片上传的功能
PHP生成奖状

[关闭]