jQuery Mobile part 2 discusses various topics related to jQuery Mobile including document events, configuration, methods and utilities, themes, and app packaging. Some key points: - Document events in jQuery Mobile include mobileinit, ready, and load which are used to configure jQuery Mobile settings and enhance markup. - Configuration options exist for global settings, UI, AJAX, regionalization, touch overflow, and widgets. These can be modified to customize jQuery Mobile's behavior. - Methods and utilities provide functions for manipulating data attributes, changing pages, and accessing platform information. - Themes use CSS3 properties and gradients to style elements with different "swatches" for headers, content, and buttons. Themes