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.
私が直面している問題を確認し、他のリンクをクリックした後、下のリンクの [about us] タブをクリックします。ポップアップをすべて閉じるにはどうすればよいですか。
http://voyageandvacation.in/
ユーザーがホームメニューボタンまたはその他のreveal-modalを必要としないボタンをクリックすると、クラスにクリックイベントを発生させてみてください: close-reveal-modal。
これを行うには、開いているすべての Reveal-modal を閉じて、[ホーム] メニュー ボタンをクリックしたときにそれを呼び出す関数を作成します。jQuery を使用する場合は、これを使用します。
$(".close-reveal-modal").trigger('click')