document.getElementById("AreaId").value
$('#manage_dept_type').on('change', function () { var type = $(this).val(); console.log($(this).val()) })