$("#suggest1").focus().autocomplete(cities); $("#month").autocomplete(months, { minChars: 1, max: 5, autoFill: true, mustMatch: true, matchContains: false, scrollHeight: 220, formatItem: function(data, i, total) { // don't show the current month in the list of values (for whatever