<a class="btn btn-small btn-block btn-warning" type="button" id="999"> </a>
Looking to customize the button style? Check out http://getbootstrap.com/2.3.2/base-css.html#buttons
I'm interested in changing the button's style dynamically using jQuery. I believe I would need to remove the current style and add a new one...
Any suggestions on how to achieve this? Thanks!