2016年12月20日 星期二

jquery mobile input inline button

Input field and submit button on the same line, full width
---
使用後,如圖:
---
  1. <form action="search.php" method="get">
  2. <input type="submit" name="search" value="Go" style="float: right" />
  3. <div style="overflow: hidden; padding-right: .5em;">
  4. <input type="text" name="term" style="width: 100%;" />
  5. </div>
  6. </form>

沒有留言:

張貼留言