Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのライトボックス効果を使用しています:
私は何時間も試しましたが、運がありません。x またはオーバーフロー スペースを使用する代わりに、画像をクリックしてライトボックス画像を閉じるにはどうすればよいですか。
ありがとう。
これを lightbox.js の 126 行目以降 (after: appendTo($('body'));)に追加します。
appendTo($('body'));
$('.lb-nav').hide().on('click', function(e) { _this.end(); return false; });