colorbox

    0热度

    1回答

    我有一个现有的jQuery的颜色框画廊,当我点击其中任何一个初始化的文件准备与4个图像的工作正常: $(document).ready(function() { if ($('.gallery-thumbnail').length > 0) { $('.gallery-thumbnail').colorbox({ rel: 'gallery-thumbnail', trans

    0热度

    1回答

    我有以下的javascript触发颜色框打开特定的PHP页面与服务器上的参数: $(document).ready(function() { $('#example tbody').on('click', 'input', function() { var data = table.row($(this).parents('tr')).data(); $(".i

    -2热度

    2回答

    我可以运行另一个函数后调用另一个函数 function _teamPopup(){ $(".members-group").colorbox({ inline:true, rel:'members-group', href:$(this).attr('href'), scrolling: false, onComplete:fu

    1热度

    1回答

    如何限制ColorBox的最大尺寸? jQuery(document).bind('cbox_open', function(){ jQuery.colorbox.maxWidth = '90%'; jQuery.colorbox.maxHeight = '90%'; }); 此代码不能正常工作。(((

    1热度

    2回答

    其实我想打开没有弹出的颜色框,它只需要在div内显示隐藏。我们可以定位一个div来打开彩盒内容。 <a href='#myGallery' class='group'>click here</a> <div class=''><!--this must be container of colorbox, and disable popup--> <div id="myGallery"

    1热度

    1回答

    我们想在我们的网站上为某些Youtube视频使用Colorbox。 当您点击“了解更多”链接时,Colorbox弹出窗口出现,但视频丢失,只有一个白色框。 cresinsurance.com/product-finder-tool/non-mandatory-individual-real-estate/ 在上述网页中,如果您向下滚动到“策略详细信息”部分,你会看到一个播放按钮的文字“了解更多”。

    1热度

    1回答

    我想用colorbox.js使用内联内容功能,但它似乎不会显示使用内联函数时,虽然所有其他功能都正常工作。我正在使用未经编辑的JS和CSS文件。这里的是代码: JS $(document).ready(function(){ $(".inline").colorbox({inline:true, width:"50%", transition:'none'}); }); HTML <a c

    0热度

    1回答

    我似乎无法弄清楚如何导航用户到另一个页面,当点击图像使用Colorbox。任何帮助表示赞赏,谢谢! 这里是我的代码 - > <html> <head> <title>Pop up!</title> <link href="colorbox.css" rel="stylesheet"></link> <script src="https://ajax.googleapis.c

    0热度

    1回答

    我试图将此表单提交给Colorbox Iframe。任何想法,使之通过 <form action="newsletter/add.php" method="GET" onSubmit='$.colorbox({width:"90%", height:"60%", iframe:true, href:"newsletter/add.php"}); return false;'> <input na

    0热度

    1回答

    我有两个页面:第一页包含点击按钮时出现一个灯箱。我想第二页的内容的把它放在收藏夹 第1页 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.1