bootstrap-input-spinner
jQuery Plugin to add loading spinner on twitter bootstrap inputs
Demo
##How to use: Call the plugin on the element/elements that you want to add spinner inside.
##Options:
$(selector).inputSpinner({
'opacity' : 0.5,
'color' : 'red',
'glyphicon' : 'glyphicon-refresh'
});
$('elem').inputSpinner({
'opacity' : 0.5,
'color' : 'red',
'glyphicon' : 'glyphicon-refresh'
});
About
Author & copyright (c) 2014 : Iulian Alexe
E-mail : [email protected]