Luis Flores

Generation

class from descriptionThu, 25 May 2023

desbloquear input con checkbox

$("#pago-con-tarjeta").show(); $("#pago-con-efectivo").hide(); if($('input:checkbox[name=checkbox-1]').is(':checked')){ $("#pago-con-tarjeta").show(); $("#pago-con-efectivo").hide(); }else { $("#pago-con-tarjeta").hide(); $("#pago-con-efectivo").show(); }

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code