Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jquery mobile でラベルの前にテキストフィールドを追加する方法を教えてください。
この画像には 2 種類のテキスト フィールドがあります。これを実装するにはどうすればよいですか?
このコードを使用してテキストフィールドを追加します
<label for="basic">Text Input:</label> <input type="text" name="name" id="basic" value="" />
JQM の詳細については、このドキュメントを参照してください。
http://jquerymobile.com/demos/1.2.1/docs/forms/textinputs/