我在一个nyroModal灯箱中弹出的页面中使用sIFR,但是当页面显示时,sIFR对象并没有显示出来。我需要做些什么才能让它们显示出来?
发布于 2008-10-03 16:18:10
这个想法是使用来自nyroModal的endShowContent回调来sIFR你的文本。
$.fn.nyroModal.settings.endShowContent = function(elts, settings) {
$('YOUR SELECTOR', elts.content).media(function(el, options) {
// What you need to do
});
};希望这能有所帮助。如果您仍然有问题,请访问谷歌代码页来发布您的问题:http://code.google.com/p/nyromodal/
https://stackoverflow.com/questions/166768
复制相似问题