A debugging tool for jQuery Mobile Events which ties into the API docs
Call the debugger. This should be done immediately after mobile library is loaded or in mobileinit handler.
$.mobile.eventLogger([options]);
Show Deprecated events
An object containing the following properties:
Show page events ( these are events prefixed with "page" that are not triggered by the page widget )
Show touch events
Show vmouse events
Show layout events ( updatelayout, orientationchange, throttledresize )
Show navigation events ( navigate, hashchange )
Show alerts of the events and associated information
This is useful if you want to pause execution to to inspect the current state of the page or if you are on a mobile device without the ability to view the console log.
An object containing which widgets to log events for. Add a widget name as the prop and set it to true to show events associated with this widget.