custom html structure for jquery autocomplete list

Ewgeniy

New Member
I am trying to redesign the jquery autocomplete list to change the usual list like view. From what Ive usually seen, when there is a large amount of data, scollers were used to view all data inside the autocomplete list,Im using categorywise multiple value selection type jquery autocomplete(integrated the http://jqueryui.com/autocomplete/#multiple and http://jqueryui.com/autocomplete/#categories ), so when there is a large amount of matches for a user input, the scrollbars are used (Either inside autocomplete list or for the main browser). so the user have to scroll down to view all the suggestions. Ive been trying to change the view from rowwise category data like\[code\] COMPANY Affymax COUNTRY South Africa Afghanistan to coloumnwise table like structure like COMPANY COUNTRY AffyMax Africa Afghanistan\[/code\]and so on..ive already tried changing the css of ul.ui-autocomplete li.ui-menu-item by changing the list width and floating them to left, but it did not work properly, it Is it possible to change the view of this list in jqueryautocomplete or is ther any plugin that is online which helps you achieve this view??
 
Back
Top