Create image buttons in jquery mobile -


im trying create button in jquery mobile image , no text, far able add data-icon, have feeling done better.

<a onclick="newfunction();" data-icon="plus" data-iconpos="notext" ></a> 

you can create button images :

<img style="height: 40px; width: 40px;" id="newid" data-role="button" src="source\images\greenplus.png" data-iconpos="notext" data-theme="a" />   

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -