你好
我正在实现标题但无法显示标题(图标添加和设置)。我使用 jquery mobile add header .in fiddle 我可以看到图标,但在这里我无法显示。你能帮我么
<html>
<head>
<link rel="stylesheet" href="css/jquery.mobile-1.3.1.min.css">
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery.mobile-1.3.1.min.js"></script>
</head>
<script>
</script>
<body>
<div data-role="page">
<div data-role="header" data-theme="b">
<h1 class="ui-title" id="hdr" style="text-align:left;margin-left: 10px;">My Cases</h1>
<div class="ui-btn-right" id="addbuttons" data-role="controlgroup" data-type="horizontal">
<a href="#" data-role="button" data-inline="true" data-iconpos="notext" data-icon="gear" data-theme="b">Edit</a>
<a href="#newevent1" data-role="button" data-iconpos="notext" data-inline="true" data-icon="plus" data-theme="b" data-rel="dialog">Add</a>
<a href="#newevent1" data-role="button" data-inline="true" data-theme="b" data-rel="dialog">Edit</a>
</div>
</div>
</div>
</body>
</html>