disable all form elements inside div October 25, 2022 by Tarik Try using the :input selector, along with a parent selector: $("#parent-selector :input").attr("disabled", true);