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.
Twitter の bootstarp モーダル ポップアップ ウィンドウをクリックすると、現在のページを再読み込み/更新できますか?
標準の Bootstrap モーダル マークアップを使用していると仮定すると、モーダルの「非表示」イベントを次のように処理できます。
$('#myModal').on('hidden', function () { document.location.reload(); })
デモ: http://www.bootply.com/62174