2016年12月20日 星期二

jquery mobile input inline button

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

沒有留言:

張貼留言