A debugging tool for jQuery Mobile Events which ties into the API docs
Call the debugger 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 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