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