1

id="inline"画像に単純なテキストを含むインラインコンテンツを取得しました。

ページの読み込み時にインラインで開く可能性はありますか?

どんな助けでも大歓迎です。

4

2 に答える 2

5

とてもシンプルです。

$(document).ready(function() {
    $.prettyPhoto.open("#inline");
});
于 2012-09-04T11:30:19.200 に答える
1
$(document).ready(function(){ $.prettyPhoto.open('your-file-name.html?iframe=true&width=auto&height=80%; rel="prettyPhoto[iframes]"' ); });
于 2016-02-03T19:36:58.847 に答える