PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
paid-memberships-pro
/
js
jQuery(document).ready(function() { //set up braintree encryption var braintree = Braintree.create( pmpro_braintree.encryptionkey ); braintree.onSubmitEncryptForm('pmpro_form'); //pass expiration dates in original format function pmpro_updateBraintreeCardExp() { jQuery('#credit_card_exp').val(jQuery('#ExpirationMonth').val() + "/" + jQuery('#ExpirationYear').val()); } jQuery('#ExpirationMonth, #ExpirationYear').change(function() { pmpro_updateBraintreeCardExp(); }); pmpro_updateBraintreeCardExp(); //pass last 4 of credit card function pmpro_updateBraintreeAccountNumber() { jQuery('#BraintreeAccountNumber').val('XXXXXXXXXXXXX' + jQuery('#AccountNumber').val().substr(jQuery('#AccountNumber').val().length - 4)); } jQuery('#AccountNumber').change(function() { pmpro_updateBraintreeAccountNumber(); }); pmpro_updateBraintreeAccountNumber(); });
[-] pmpro-stripe.js
[edit]
[-] pmpro-admin.js
[edit]
[-] select2.min.js
[edit]
[-] pmpro-confirmation.js
[edit]
[+]
..
[-] pmpro-recaptcha-v3.js
[edit]
[-] pmpro-cancel.js
[edit]
[-] updates.js
[edit]
[-] jquery.creditCardValidator.js
[edit]
[-] pmpro-confetti.js
[edit]
[+]
blocks
[-] pmpro-login.js
[edit]
[-] pmpro-paypal.js
[edit]
[-] pmpro-braintree.js
[edit]
[-] jsapi.js
[edit]
[-] pmpro-recaptcha-v2.js
[edit]
[-] pmpro-checkout.js
[edit]
[-] corechart.js
[edit]