JX is a jQuery extension Library. All JX components/widgets are themselves extensions of jQuery. So all jQuery methods are available to JX components by default. You can extend JX via inheritance. JX allows configuration of all components via config options. You can configure a whole application via the JX.Viewport. - Brian Luft
A visualization showing several economic indicators over the last several decades including the presidents and party majority of the House and Senate. - Brian Luft
You should use the 'widget' object for all your DOM manipulation. Therefore, forget about 'document.getElementsByClassName', and use 'widget.body.getElementsByClassName' instead - the 'document' object doesn't work in UWA. - Brian Luft
Joshua Schacter creates a Greasemonkey script that shows the political bias of blogs and news sources by highlighting the links various shades of red or blue. - Brian Luft