Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 396 Bytes

bootstrapx-buttonx

Button extention which based on the button plugin of bootstrap provides the functionality to show the stateful loading icon with loading text.

Usage

set loading state

$('button').buttonx('loading');

reset to original

$('button').buttonx('reset');

Demo

http://tshi0912.github.io/bootstrapx-buttonx/