如果您查看此link,您会看到一个ipad类型的文本框
注意标签实际上是如何在按钮内部的。
我想知道JQuery Mobile中是否有类似的内容,因为我还没有看到如何做到这一点。
答案 0 :(得分:1)
这些是CSS place holders,即placeholder="Username"
,如jQuery Mobile documentation中所示:
<div data-role="fieldcontain" class="ui-hide-label">
<label for="username">Username:</label>
<input type="text" name="username" id="username" value=""
placeholder="Username"/>
</div>
参见jsFiddle演示。
答案 1 :(得分:0)
使用jquery移动列表视图;
检查以下链接
http://jquerymobile.com/test/docs/lists/lists-forms-inset.html