Sure Haga - that code was generated by the JQM API for the actual html code below:
- <a data-bind="event: { tap: back}, visible:visible" href=""
data-role="button" data-icon="back" data-iconpos="notext"
data-iconshadow="false" data-shadow="false" data-inline="true"
data-transition="">
- Back to Previous Page
- </a>
The native behavior for the back button, I believe, is to glow, and then navigate back. My back button blinks and then navigates back. My back() tap event handler is only a window.history.back() invocation.
Thanks.