JQuery Mobile - Position a input button next to an input text area

前端 未结 4 1696
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-12 07:58

I am trying to get a inputtext area and a submit button attached just to the right of it. Ideally, the two together will use 100% of the width and

4条回答
  •  我在风中等你
    2021-01-12 08:49

    the way I solved this problem was to float the input box next to the button, then have pagebeforeshow set the size of the input box to window width minus the size of the button.

提交回复
热议问题