Changeset 2557807
- Timestamp:
- 07/02/2021 03:17:49 PM (5 years ago)
- Location:
- slimcd-payment-gateway
- Files:
-
- 2 edited
-
tags/1.0.0/assets/js/slimcd_script.js (modified) (1 diff)
-
trunk/assets/js/slimcd_script.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slimcd-payment-gateway/tags/1.0.0/assets/js/slimcd_script.js
r2555533 r2557807 1 1 jQuery(document).ready(function () { 2 2 jQuery(document).ajaxComplete(function () { 3 if (3 if ( 4 4 jQuery("input[type=radio][name=payment_mode]:checked").val() == 5 5 "payment_mode_card" 6 6 ) { 7 7 jQuery("#slimcdDisclaimerCreditCard").show(); 8 } else if ( 9 jQuery("input[type=radio][name=payment_mode]:checked").val() == 10 "payment_mode_cheque" 11 ) { 12 jQuery("#slimcdDisclaimerChecks").show(); 13 } else { 14 jQuery(".slimcdPaymentDisclaimer").show(); 8 15 } 9 16 -
slimcd-payment-gateway/trunk/assets/js/slimcd_script.js
r2555533 r2557807 1 1 jQuery(document).ready(function () { 2 2 jQuery(document).ajaxComplete(function () { 3 if (3 if ( 4 4 jQuery("input[type=radio][name=payment_mode]:checked").val() == 5 5 "payment_mode_card" 6 6 ) { 7 7 jQuery("#slimcdDisclaimerCreditCard").show(); 8 } else if ( 9 jQuery("input[type=radio][name=payment_mode]:checked").val() == 10 "payment_mode_cheque" 11 ) { 12 jQuery("#slimcdDisclaimerChecks").show(); 13 } else { 14 jQuery(".slimcdPaymentDisclaimer").show(); 8 15 } 9 16
Note: See TracChangeset
for help on using the changeset viewer.