$(document).ready(function() { //SEARCH ANNO $("#year-txt").autocomplete("http://www.tommasomazzoli.it/includes/js/load-anno.asp", { minChars: 2, mustMatch: 1, max: 20 }); //SEARCH AUTORE $("#author-txt").autocomplete("http://www.tommasomazzoli.it/includes/js/load-autore.asp", { minChars: 2, mustMatch: 1, maxItemsToShow: 10 }); //SEARCH TITOLO /*$("#title-txt").autocomplete("http://www.tommasomazzoli.it/includes/js/load-title.asp", { minChars: 2, max: 50 });*/ //SEARCH KEY /*$("#key-txt").autocomplete("http://www.tommasomazzoli.it/includes/js/load-key.asp", { minChars: 2, mustMatch: 1, max: 50 });*/ });