ovi.ro

ovi.ro

Tag: autocomplete

jQuery Custom Autocomplete with two columns

How to create 2 columns autocomplete.This is a little bit non w3c compilant, but it works fine:)<style>.resultBox{ float: left; width: 50%!important;}</style><input type="text" id="search-box">The ideea is to add two divs inside the results ul and render each result in the proper div$.widget( "custom.twocolumnsautocomplete", $.ui.autocomplete, { _renderMenu: … Read more »