$(function () {
        $('body').on('mousedown.spinner.data-api', '.spinner', function (e) {
            var $this = $(this);
            if ($this.data('spinner')) return;
            $this.spinner($this.data());