Luis Flores

Generation

class from descriptionThu, 25 May 2023

desbloquear inputs apartir de un checkbox

$("#uncheck").click(function(){ $(".checkbox").attr("disabled", !this.checked); });

Javascript
Generate More

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