Can't get the jqm standard icons to show for input fields.
I created my first jqm form, but I'm having the problem of the select list, checkbox icons are not showing, I get just a gray circle for the image, not trying to use a custom image either. Not sure what I'm doing wrong but I think it's the way of calling the css, ui.
Here is how I'm calling the css, ui and js. at the top of the page. Just a simple contact us form. Any ideas? thanks.
<!-- Add jQuery Mobile and UI CSS styles //-->
<link rel="stylesheet" href="css/jquery-ui-1.9.1.css" />
<link rel="stylesheet" href="css/jquery.mobile-1.3.1.min.css" />
<!-- Add jQuery, jQuery Mobile and jQuery UI //-->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery_ui191.js"></script>
<script src="js/jquery.mobile-1.3.1.min.js"></script>