$.ajax({
type:'POST',
url:'ajaxData.php',
data:'id='+departmentID,
success:function(html){
$('#fees_charge').html(html);
}
});