HEX
Server: LiteSpeed
System: Linux server111.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: lacammxy (848)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/lacammxy/public_html/new/admin/assets/vendor/wizard/wizard-custom.js
// Wizard #1
$(function () {
	// SmartWizard initialize
	$("#smartwizard").smartWizard({
		toolbar: {
			extraHtml: `<button class="btn btn-primary" onclick="onFinish()">Finish</button>
                <button class="btn btn-dark" onclick="onCancel()">Cancel</button>`,
		},
	});
});

// Wizard #2
$(function () {
	// SmartWizard 2 initialize
	$("#smartwizard2").smartWizard({
		theme: "arrows",
		justified: false,
	});
});

// Wizard #3
$(function () {
	// SmartWizard 3 initialize
	$("#smartwizard3").smartWizard({
		theme: "dots",
		toolbar: {
			extraHtml: `<button class="btn btn-primary" onclick="onFinish()">Finish</button>
                <button class="btn btn-dark" onclick="onCancel()">Cancel</button>`,
		},
	});
});

// Wizard #1
$(function () {
	// SmartWizard initialize
	$("#smartwizard4").smartWizard({
		theme: "round",
		justified: false,
	});
});