bu şekilde işinizi görür.

$("select").on('change', function(){
var id = $(this).val();
$("#kat-" + id).show();
});