ElementExtensions
Useful methods for element objects.
Creates a new resource request from the provided element for the
given url.
Gets the CSS namespace that is defined via the provided prefix.
Checks if the element is currently active.
Checks if the element is currently checked.
Checks if the element is an input element that is currently in its default state.
Checks if the element is currently disabled.
Checks if the element is editable.
Checks if the element is currently enabled.
Checks if the element is its parent's first child.
Checks if the element is the first of its type among the parent's children.
Checks if the element is currently hovered.
Checks if the element is currently in its indeterminate state.
Checks if the element's value is within the range.
Checks if the element does not validate.
Checks if the element is its parent's last child.
Checks if the element is the last of its type among the parent's children.
Checks if the element is a link.
Checks if the element is its parent's only child.
Checks if the element is the only of its type among the parent's children.
Checks if the element is only optional and not required.
Checks if the element's value is out-of-range.
Checks if the element is currently showing a placeholder.
Checks if the element is a pseudo element (before or after).
Checks if the element is readonly.
Checks if the element is required and must be filled out.
Checks if the element is currently targeted.
Checks if the element is currently unchecked.
Checks if the element does validate.
Checks if the element has already been visited.
Locates the namespace of the given prefix.
Locates the prefix of the given namespace.
Checks if the element with the provided prefix matches the CSS
namespace.