Is there a way to do the following with jQuery Mobile?
Hello [________________________]
instead of what jQuery Mobile is currently doing, which puts these two on multiple lines:
Hello
[________________________]
I am currently creating my text and text like this:
<div id="customTagEntryDiv">
<span id="userTag">Hello</span>
<input type="text" name="customTagField" id="customTagField" value="" />
</div>
source
share