/*========================================================================================= File Name: form-card.js Description: make your credit card form better in one line of code ---------------------------------------------------------------------------------------- Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ (function(window, document, $) { 'use strict'; $('.card-form').card({ // a selector or DOM element for the container // where you want the card to appear container: '.card-wrapper', // *required* }); })(window, document, jQuery);