GwtQuery is a library for GWT that provides a jQuery-like API for selecting, manipulating, and traversing DOM elements. It is entirely rewritten in Java rather than being a wrapper, and offers optimizations for GWT like compiled selectors and type-safe structures. GwtQuery allows using jQuery-style syntax to work with both DOM elements and GWT widgets.