Click the button in Bootstrap and the loading example is displayed.

Source: Internet
Author: User
Tags button type

1. Add Data-loading-text to the button, that is, the text displayed after clicking the button

<button type= "Submit" class= "btn btn-primary Btn-check" data-loading-text= "Submit ..." > Add Member </button>

2. When the button is clicked, disable the button and display the text. If you want to bind other events, please change them yourself. The important content of the 23rd Act.

$ (". Btn-check"). Click (function () {
$ (this). Button (' loading ');//disable buttons and display submit
$ (this). button (' reset ');//Reset Buttons
});


3. Setting the Disabled property to True is not a state.

Document.getelementbyidx ("Btn"). Disabled=true;

Jquery

$ ("#btn"). attr ("Disabled", true);

Html:

<input type= "button" value= "Submit" id= "BTN" >

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.