This document summarizes methods in the Sys.UI.DomElement class in the Microsoft AJAX library for manipulating DOM elements. The getElementById and $get methods retrieve elements by ID. addCssClass, containsCssClass, removeCssClass, and toggleCssClass add/remove CSS classes. getLocation and setLocation get and set an element's position. getBounds returns an element's bounds including width, height, x and y coordinates.