vb_book/public/assets/js/pages/ecommerce-checkout.init.js
2024-10-29 15:37:48 +05:30

16 lines
386 B
JavaScript
Executable File

/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Ecommerce checkout
*/
$(document).ready(function(){
// wizard
$('#checkout-nav-pills-wizard').bootstrapWizard({
'tabClass': 'nav nav-pills nav-justified'
});
$('[data-toggle="select2"]').select2();
});