I am using this jQuery UI combobox autocomplete control out of the box off the jQuery UI website:
My issue is that I have multiple comboboxes on a page, and I want t
Simply use the jQuery CSS method:
css("width", "300px");
http://api.jquery.com/css/#css2
You can append this after adding your combobox.
How do you use the combobox in your code?