data-icon not show

data-icon not show

Hi, I'm new with JQuery mobile, a week ago , work with:

<link rel="stylesheet" href="css/jquery.mobile-1.3.2.min.css">
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery.mobile-1.3.2.min.js"></script>

Is that correct?

and.............I want to place icons on buttons, but no achievement that JQM show,  is just a circle instead of the icon. 

<div data-role="footer" data-position="fixed" data-id="footer">
<a href="index.html" data-role="button" data-icon="plus">Add</a>
<a href="index.html" data-role="button" data-icon="arrow-u">Up</a>
<a href="index.html" data-role="button" data-icon="arrow-d">Down</a>
</div>
We appreciate any help you can give me. Thank you!