How is jquery used to check for the ‘disabled’ attribute on an tag? August 26, 2023 by Tarik Try $('#anchorID').is('[disabled=disabled]') Will return true if disabled="disabled" is an attribute for the element.