jQuery FancyBox

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery FancyBox相关的知识,希望对你有一定的参考价值。

  1. 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"]';
  2. $s(thumbnails).addClass("thickbox").attr("rel","fancybox");
  3. $s("a.thickbox").fancybox({
  4. 'titleShow' : true,
  5. 'transitionIn' : 'elastic',
  6. 'transitionOut' : 'elastic'
  7. })

以上是关于jQuery FancyBox的主要内容,如果未能解决你的问题,请参考以下文章

jQuery—— jQuery 概述 / jQuery 选择器 / jQuery 样式操作 / jQuery 效果

jQuery 知识体系

jQuery

jQuery插件开发:jQuery类方法

XMLHttpRequest、jQuery.ajax、jQuery.post、jQuery.get 有啥区别

Jquery