Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have a button next to a search input with jquery mobile?

All the form examples in the docs for jQuery mobile show each form element on its own line. I would like to have a standard button (which will link to another page), to the right of a search input field. Is that possible with jQuery Mobile?

Thanks

like image 589
klewis Avatar asked Nov 13 '22 03:11

klewis


1 Answers

Not natively as an inline unit. However, form elements can be used together with the layout grid system reasonably effectively:

http://jquerymobile.com/demos/1.1.0/docs/content/content-grids.html

like image 145
J.T.Sage Avatar answered May 22 '23 18:05

J.T.Sage