Wrong selected class on JavaScript Button
Created by: Theowdfb
On the Bootstrap website there's a small mistake in the Usage section of Button. The script selects the class "nav-tabs" where it should be "btn":
Usage Enable buttons via JavaScript: $('.nav-tabs').button()