Saltar al contenido

javascript jquery radio button click

payment-type

HTML
html

JQUERY



$(document).ready(function(){

    $("input[name='payment_mode']").change(function(){        
        if( $(this).val() == "2" ){
          $(".payment_payment").show();
        }else{
          $(".payment_payment").hide();
        }
    });

  });

Imagenes
american-express mastercard pago-efectivo pago-efectivo-tarjeta visa

Si te ha interesado este artículo y deseas un apoyo o asesoría en algún requerimiento, envíame un mensaje a: (info@juliopari.com) o sino a través de Linkedin: https://www.linkedin.com/in/juliopari/