Someone help me. How to add an image to a button? I use the following code to create a button. I want to display the image instead of "Refresh". Is it possible to do this? Thanks in advance.
<div data-role="button" data-iconpos="right" id="searchResultRefresh" data-icon="refresh">
refresh </div>
source
share