I've done the following function:
$("#CategoryList").change(function () {
$("#SubCategoryDropDown").empty();
$.ajax({
dataType: "json",
url: '@Url.Action("GetSubCategory", "ProjectSubCategories")',
type: 'POST',
data: { id: $(...
asked by
19.08.2017 / 23:07