$.fn.spinner = function (option,value) {
        var methodReturn;

        var $set = this.each(function () {
            var $this = $(this);