【发布时间】:2013-08-23 05:48:28
【问题描述】:
我正在尝试向 div 添加一个类,该类位于 iframe 以及 Fancybox iframe 中。尝试了几个小时后,我无法让它工作。控制台日志测试打印出来,所以我不确定我做错了什么。这是 Fancybox 1.3.4 版。
jQuery( ".lightbox" ).fancybox( {
'width' : '100%',
'height' : '90%',
'transitionIn' : 'none',
'transitionOut': 'none',
'type' : 'iframe',
onComplete: function() {
jQuery('#fancybox-frame' ).contents().find('#right_container').addClass('test123');
jQuery('#right_container').addClass('test321');
console.log('test');
}
这是页面:http://www.rescue3international.com/onlinetraining.php
任何帮助将不胜感激。谢谢!
【问题讨论】: