<a href="#" data-role="button" data-icon="edit">hello</a>
このボタンは、編集アイコンの代わりにプラスアイコンで表示されます。理由を知っている人はいますか?私はjquerymobileを使用しています、これが私のヘッダーです:
name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>