Extensions
A set of useful extension methods when dealing with the DOM.
public static T Attr<T>(this T elements, string attributeName, string attributeValue) where T : IEnumerable<Element>
Sets the specified attribute name to the specified value for all
elements in the given collection.
Extends the CSS of the given elements with the specified declarations.
Sets the inner HTML of the given elements.
Sets the text content of the given elements.