Autocomplete service center name

This commit is contained in:
2015-10-12 22:45:36 -04:00
parent d87f654a20
commit 49c55ffba6
6 changed files with 39 additions and 1 deletions
+5
View File
@@ -12,6 +12,11 @@ $(function () {
source: "/User/Autocomplete",
minLength: 2
});
$("input#ServiceCenterName").autocomplete({
source: "/VehicleService/ServiceCenterNameAutocomplete",
minLength: 2
});
$("form select#Year").change(function () {
var year = $(this).val();