/* * autocomplete-customer.js * * * */ $(function() { $("#customerName").autocomplete({ source: "/customers/completeCustomer", minLength: 1 }); });