Cảnh báo Bootstrap 4 JS


Cảnh báo các lớp CSS

Để có hướng dẫn về Cảnh báo, hãy đọc Hướng dẫn về Cảnh báo Bootstrap của chúng tôi .

Class Description Example
.alert Creates an alert message box
.alert-danger Red alert. Indicates a dangerous or potentially negative action
.alert-dark Dark alert. Dark grey alert box
.alert-dismissible Indicates a closable alert box. Together with the .close class, this class is used to close the alert (adds extra padding)
.alert-heading Adds color:inherit to the specified element
.alert-info Light-blue alert.Indicates a neutral informative change or action
.alert-light Light alert. Light grey alert box
.alert-link Used on links inside alerts to provide matching colored links
.alert-primary Blue alert. Indicates an important action
.alert-secondary Grey alert. Indicates a "less" important action
.alert-success Green alert. Indicates a successful or positive action
.alert-warning Yellow alert. Indicates caution should be taken with this action
.close Styles the close button for the alert message (floats right with a specified font-size, color, etc.)

Đóng cảnh báo Qua dữ liệu- * Thuộc tính

Thêm data-dismiss="alert"vào một liên kết hoặc một phần tử nút để đóng thông báo cảnh báo.

Thí dụ

<a href="#" class="close" data-dismiss="alert">&times;</a>

Đóng cảnh báo qua JavaScript

Đóng thủ công bằng:

Thí dụ

$('.close').alert("close");

Tùy chọn cảnh báo

None

Phương thức cảnh báo

Bảng sau liệt kê tất cả các phương pháp cảnh báo có sẵn.

Method Description Try it
.alert("close") Closes the alert message
.alert("dispose") Destroys an element's alert.

Sự kiện cảnh báo

Bảng sau liệt kê tất cả các sự kiện cảnh báo có sẵn.

Event Description Try it
close.bs.alert Occurs when the alert message is about to be closed
closed.bs.alert Occurs when the alert message has been closed (will wait for CSS transitions to complete)