gpt4 book ai didi

jquery - 选择内联 jquerymobile

转载 作者:太空宇宙 更新时间:2023-11-04 05:16:14 25 4
gpt4 key购买 nike

我想知道如何在同一行按钮上进行选择。

Here is my code

<div id="commands">
<a data-role="button" data-inline="true">Button</a>
<a data-role="button" data-inline="true">Button</a>
<a data-role="button" data-inline="true">Button</a>
<a data-role="button" data-inline="true">Button</a>
<a data-role="button" data-inline="true" data-rel="dialog">Button</a>
<a data-role="button" data-inline="true" data-rel="dialog">Button</a>
<a data-role="button" data-inline="true" data-rel="dialog">Button</a>
<select id="select-scenari" data-theme="f" data-inline="true">
<option value="manuale">Option</option>
<option value="fuori-casa">Option</option>
<option value="party">Option</option>
</select>
<a data-role="button" data-inline="true">Button</a>
</div>

如您所见,所有按钮都在同一行(除非窗口太小),但选择按钮不在同一行。
如果将选择更改为按钮,则一切正常。
我怎样才能使选择出现在同一行?
非常感谢!

最佳答案

我看起来好像 data-inline="true" 只能在您的示例中的 a 标签上识别。通过将相同的类应用于包装选择的 div,您可以获得相同的结果:

http://jsfiddle.net/H9W2d/2/

关于jquery - 选择内联 jquerymobile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7996036/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com