Within my jQuery Mobile page I programmatically set up my back button to appear on every page that is not the first page by using the following code <div data-role="page" data-add-back-btn="true" id="anid">
what this does is create a back button that have text in it saying back. however I do not want that I want the icon only.
How can this be done in jQuery Mobile
for me this one worked:
Example:
You can do this.
Working example: http://jsfiddle.net/Gajotres/ygmWD/