$.ajax({ type: "POST", url: "../controller/jobs/php/post_job.php", data:{ type: 300, }, success: function(data){ $('#job_category').html(data); } });