1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 05:49:07 +02:00

fix #11787: document stateful button JS

This commit is contained in:
Chris Rebert
2013-12-08 17:42:59 -08:00
parent 1f35b6ec5c
commit ae0d48057e
2 changed files with 22 additions and 4 deletions

View File

@@ -90,7 +90,7 @@
.popover()
// button state demo
$('#fat-btn')
$('#loading-example-btn')
.click(function () {
var btn = $(this)
btn.button('loading')