function selectItem(li) { window.open("http://www.admio.cz/vyhledavani?dotaz="+li.selectValue, "_self"); } $(document).ready(function() { $("#searchinput").autocomplete( "/_inc/autocompleteajax.inc.php", { delay:5, minChars:1, matchSubset:1, matchContains:1, cacheLength:10, onItemSelect:selectItem, autoFill:true } ); }); function selectItem(li) { window.open("http://www.admio.cz/vyhledavani?dotaz="+li.selectValue, "_self"); } $(document).ready(function() { $("#searchinputbig").autocomplete( "/_inc/autocompleteajax.inc.php", { delay:5, minChars:1, matchSubset:1, matchContains:1, cacheLength:10, onItemSelect:selectItem, autoFill:true } ); });