Autocomplete service center name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user