zoukankan      html  css  js  c++  java
  • Colorbox cannot load the image added by js

    As we know, Colorbox is a wonderful js plugin. I came up against a head-banged problem in v1.5.6. When I add some images to the group, Colorbox cannot bind them. A foreign forum give me some hints, so I post them to share with you. You should place them after the js code you add image.

    $('#id').colorbox({
      
    inline:true, href:'#id', opacity:0.5, overlayClose:true, rel:"the group name"
    });
    What I want to emphasize is #id, it is unique mark for image's parent target a.

    作者:冯亮
             
    能力有限,水平一般。如有错误,欢迎指正
  • 相关阅读:
    CSS样式表
    lianxi!
    传值
    lei!
    3.10
    if else&& stwitch break
    if else 语句
    2016.3.6
    进制转换
    PHP 面向对象的三大特征
  • 原文地址:https://www.cnblogs.com/fengliang/p/3663110.html
Copyright © 2011-2022 走看看