Expand description
Utilities for dealing with DOM attributes
Structs§
- Attribute
Name - Arbitrary attribute: https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute
- Checked
- The
checkedattribute: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#checked - Class
- The
Element.classListproperty: https://developer.mozilla.org/en-US/docs/Web/API/Element/classList - Class
Name - The
classNameattribute: https://developer.mozilla.org/en-US/docs/Web/API/Element/className - Href
- The
hrefattribute: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/href - Optional
Class - Style
- The
styleattribute: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style - Value
- The
valueattribute: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value