Nút Bootstrap 4 JS


Các lớp CSS nút

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

Các lớp bên dưới có thể được sử dụng để tạo kiểu cho bất kỳ phần tử <a>, <button> hoặc <input> nào:

Class Description Example
.btn Adds basic styling to any button
.btn-block Makes a block-level button (spans the full width of the parent element)
.btn-danger Indicates a dangerous or potentially negative action
.btn-dark Dark grey button
.btn-default Indicates a default/standard button
.btn-info Contextual button for informational alert messages
.btn-lg Makes a large button
.btn-light Light grey button
.btn-link Makes a button look like a link (will still have button behavior)
.btn-outline-* Creates an outlined/bordered button. Use any of the contextual classes as * (btn-outline-primary, btn-outline-success, etc)
.btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
.btn-sm Makes a small button
.btn-success Indicates a successful or positive action
.btn-secondary Indicates a "less" important action
.btn-toolbar Combine sets of button groups into button toolbars for more complex components
.btn-warning Indicates caution should be taken with this action
.active Makes the button appear pressed
.disabled Makes the button disabled

Qua JavaScript

Bật theo cách thủ công với:

$('.btn').button();

Tùy chọn nút

None

Phương thức nút

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

Lưu ý: Các phương thức cũng có thể được chuyển qua các thuộc tính dữ liệu; nối tên phương thức vào data-, như trong data-toggle hoặc data-vứt bỏ.

Method Description Try it
.button("toggle") Makes the button look pressed
.button("dispose") Destroys an element's button