• Stars
    star
    4
  • Rank 3,304,323 (Top 66 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Add loading spinner on twitter bootstrap inputs

bootstrap-input-spinner

jQuery Plugin to add loading spinner on twitter bootstrap inputs

Demo

http://www.totpe.ro/

##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]