首页 > Web开发 > 详细

Colorbox cannot load the image added by js

时间:2014-04-14 08:28:54      阅读:591      评论:0      收藏:0      [点我收藏+]

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.

Colorbox cannot load the image added by js,布布扣,bubuko.com

Colorbox cannot load the image added by js

原文:http://www.cnblogs.com/fengliang/p/3663110.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!