prettyPhoto打开内联内容onLoad

时间:2012-01-27 20:19:16

标签: jquery prettyphoto

我的内容为id="inline"内容,图片上有简单的文字。

是否有可能在页面加载时打开此内联?

任何帮助,将不胜感激。

2 个答案:

答案 0 :(得分:5)

这很简单。

$(document).ready(function() {
    $.prettyPhoto.open("#inline");
});

答案 1 :(得分:1)

        $(文件)。就绪(函数(){         $ .prettyPhoto.open('your-file-name.html?iframe = true& width = auto& height = 80%; rel =“prettyPhoto [iframes]”');     });