我有以下结构:
<div data-rola="dialog" id="languages" data-close-btn="right"
data-direction="reverse">
<header data-role="header">
<a href="#" id="closeMenu" data-role="button" data-icon="home"
data-iconpos="notext" data-corners="true" data-iconshadow="false">
Close
</a>
<h2>LANGUAGES</h2>
</header>
<section data-role="content">
<ul class="jqm-menu">
<li>
<a href="#" data-role="button" data-iconpos="right"
data-shadow="false" data-wrapperels="div">
Text
</a>
</li>
</ul>
</section>
我想将对话框“删除”图标更改为“箭头-l”图标,因为此对话框菜单是显示常规菜单后将出现的第二个菜单。单击该图标不会关闭对话框,而是会返回上一个菜单。
谁能解释我如何更改图标?