form-card.js
| 766 B | Satir:
0
| js
Geri
/*========================================================================================= 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 Version: 1.0 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);
Kaydet
Ctrl+S ile kaydet