Luis Flores

Generation

generate functionThu, 25 May 2023

checkbox para desbloquear inputs

$(".field_terms").change(function() { if(this.checked) { $('.field_time').removeAttr('disabled'); }else{ $('.field_time').attr('disabled', 'disabled'); } });

Javascript
Generate More

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