I am using bootstrap 3.0 and I was wondering how can I disable the list-group element.
I tried putting the disabled attribute in the "a" tag, but this had no effect. I also tried adding a disabled class with the same result.
Here is an example:
<div class="list-group"> <a href="#" class="list-group-item">Add New entry</a> <a href="#" class="list-group-item disabled">Delete Entry</a> </div>
thanks
twitter-bootstrap twitter-bootstrap-3
Juan jardim
source share