I\'m trying to get this exact example working on my website:
http://getbootstrap.com/2.3.2/javascript.html#buttons
However, simply including this HTML:
My Button
upgrade
JQ
$('#upgrade-subscription').click(function () { $(this).button('loading'); });