I want to use jQuery UI's autocomplete as a combobox, as showed in [this example][1]. But I have trouble getting the layout right. I want the button to be aligned right beside the input. I created a jsfiddle to show the problem: [here][2]
![layout problem][3]
[1]: http://jqueryui.com/demos/autocomplete/#combobox
[2]: http://jsfiddle.net/timbuethe/CSypd/
[3]: http://i.stack.imgur.com/Xr4xH.png
以上就是How to fix jQuery UI autocomplete/combobox layout?的详细内容,更多请关注web前端其它相关文章!