本文介绍了在 JQuery Mobile 中向标题添加许多按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
限时删除!!
我知道我们可以在 Jquery 移动应用的标题中添加左右按钮.
但是我们可以在标题部分本身中添加更多按钮或控件吗?
解决方案
我想我有更好的解决方案,
<h1 class="ui-title" role="heading">员工</h1><div class="ui-btn-right" data-role="controlgroup" data-type="horizontal"><a href="#" data-role="button" data-icon="gear">filter</a><a href="#" data-role="button" data-icon="grid">move</a>
</标题>
截图;
I know that we can add left and right buttons in a header in Jquery Mobile App.
But can we any more buttons or controls in the header section itself?
解决方案
I think I have a better solution,
<header data-role ="header" data-theme="b">
<h1 class="ui-title" role="heading">Staff</h1>
<div class="ui-btn-right" data-role="controlgroup" data-type="horizontal">
<a href="#" data-role="button" data-icon="gear">filter</a>
<a href="#" data-role="button" data-icon="grid">move</a>
</div>
</header>
Screenshot;
这篇关于在 JQuery Mobile 中向标题添加许多按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
1403页,肝出来的..