PrettyPhoto 在加载时打开内联内容

发布于 2024-12-29 04:38:57 字数 107 浏览 2 评论 0原文

我在图像上得到了带有 id="inline" 内容的内联内容,其中包含简单的文本。

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

任何帮助,将不胜感激。

I got an inline with id="inline" content with simple text on an image.

Is there a possibility to open this inline on page load?

Any help, will be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如梦亦如幻 2025-01-05 04:38:57

这很简单。

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

It's pretty simple.

$(document).ready(function() {
    $.prettyPhoto.open("#inline");
});
烧了回忆取暖 2025-01-05 04:38:57

$(document).ready(function(){
$.prettyPhoto.open('your-file-name.html?iframe=true&width=auto&height=80%; rel="prettyPhoto[iframes]"' );
});

$(document).ready(function(){
$.prettyPhoto.open('your-file-name.html?iframe=true&width=auto&height=80%; rel="prettyPhoto[iframes]"' );
});

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文