PATH:
usr
/
local
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
assets
/
js
/
frontend
jQuery( function( $ ) { // kkart_params is required to continue, ensure the object exists if ( typeof kkart_params === 'undefined' ) { return false; } $( '#add_payment_method' ) /* Payment option selection */ .on( 'click init_add_payment_method', '.payment_methods input.input-radio', function() { if ( $( '.payment_methods input.input-radio' ).length > 1 ) { var target_payment_box = $( 'div.payment_box.' + $( this ).attr( 'ID' ) ); if ( $( this ).is( ':checked' ) && ! target_payment_box.is( ':visible' ) ) { $( 'div.payment_box' ).filter( ':visible' ).slideUp( 250 ); if ( $( this ).is( ':checked' ) ) { $( 'div.payment_box.' + $( this ).attr( 'ID' ) ).slideDown( 250 ); } } } else { $( 'div.payment_box' ).show(); } }) // Trigger initial click .find( 'input[name=payment_method]:checked' ).click(); $( '#add_payment_method' ).submit( function() { $( '#add_payment_method' ).block({ message: null, overlayCSS: { background: '#fff', opacity: 0.6 } }); }); $( document.body ).trigger( 'init_add_payment_method' ); });
[-] credit-card-form.min.js
[open]
[+]
..
[-] single-product.js
[open]
[-] add-to-cart-variation.min.js
[open]
[-] address-i18n.min.js
[open]
[-] tokenization-form.min.js
[open]
[-] address-i18n.js
[open]
[-] price-slider.min.js
[open]
[-] lost-password.min.js
[open]
[-] geolocation.js
[open]
[-] price-slider.js
[open]
[-] add-to-cart.js
[open]
[-] cart-fragments.min.js
[open]
[-] checkout.min.js
[open]
[-] kkart.min.js
[open]
[-] single-product.min.js
[open]
[-] add-payment-method.js
[open]
[-] cart-fragments.js
[open]
[-] add-to-cart.min.js
[open]
[-] password-strength-meter.js
[open]
[-] kkart.js
[open]
[-] cart.js
[open]
[-] password-strength-meter.min.js
[open]
[-] cart.min.js
[open]
[-] country-select.min.js
[open]
[-] geolocation.min.js
[open]
[-] lost-password.js
[open]
[-] checkout.js
[open]
[-] country-select.js
[open]
[-] tokenization-form.js
[open]
[-] add-to-cart-variation.js
[open]
[-] credit-card-form.js
[open]
[-] add-payment-method.min.js
[open]