/* Spinner for jQuery (version 0.1) Copyright (c) 2012 Simone D'Amico http://simonedamico.com/ Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php Any and all use of this script must be accompanied by this copyright/license notice in its present form. */ (function($){ $.fn.spinner = function(params) { //private methods var _createButton = function( buttonClass, buttonLabel ) { return $('