25
Đóng chế độ Bootstrap
Tôi có một hộp thoại phương thức bootstrap mà tôi muốn hiển thị ban đầu, sau đó khi người dùng nhấp vào trang, nó sẽ biến mất. Tôi có những điều sau đây: $(function () { $('#modal').modal(toggle) }); <div class="modal" id='modal'> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="myModalLabel">Error:</h3> …