这个网站的Markdown格式文本如下:
亚航科技 Colorbox 示例
\((document).ready(function () {
// 示例如何将 Colorbox 事件分配给元素
\)(“.group1”).colorbox({ rel: ‘group1’ });
\((".group2").colorbox({ rel: 'group2', transition: "fade" });
\)(“.group3”).colorbox({ rel: ‘group3’, transition: “none”, width: “75%”, height: “75%” });
\((".group4").colorbox({ slideshow: true });
\)(“.ajax”).colorbox();
\((".youtube").colorbox({ iframe: true, innerWidth: 640, innerHeight: 390 });
\)(“.vimeo”).colorbox({ iframe: true, innerWidth: ‘100%’ });
});