How do we create Disable buttons in Bootstraps ?

 Posted by Vivek.Ramapuram on 6/10/2015 | Category: Bootstrap Interview questions | Views: 2649 | Points: 40
Answer:

we have to disable the button to the user which doesn't been accessed

Example :
<div>

<a href="#" class="btn btn-info disabled">Disabled Button</a>
<a href="#" class="btn btn-info">Normal Button</a>
</div>

Run the code in the browser and see the disable buttons


Asked In: While Learning | Alert Moderator 

Comments or Responses

Login to post response