jQuery FancyBox
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery FancyBox相关的知识,希望对你有一定的参考价值。
var thumbnails = 'a:has(img)[href$=".bmp"],a:has(img)[href$=".gif"],a:has(img)[href$=".jpg"],a:has(img)[href$=".jpeg"],a:has(img)[href$=".png"],a:has(img)[href$=".BMP"],a:has(img)[href$=".GIF"],a:has(img)[href$=".JPG"],a:has(img)[href$=".JPEG"],a:has(img)[href$=".PNG"]'; $s(thumbnails).addClass("thickbox").attr("rel","fancybox"); $s("a.thickbox").fancybox({ 'titleShow' : true, 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' })
以上是关于jQuery FancyBox的主要内容,如果未能解决你的问题,请参考以下文章
jQuery—— jQuery 概述 / jQuery 选择器 / jQuery 样式操作 / jQuery 效果