donation/public/assets/js/pages/ecommerce-checkout.init.js

16 lines
386 B
JavaScript

/*
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();
});