Miasanrot – FC Bayern: News und Analysen zum FCB
No posts found.
');
}
},
error: function() {
// Handle the error case
$('.rest_result_wrap').html('Error occurred while fetching posts.
');
}
});
}
$('#category').on('change', handleDropdownChange);
$('.filter_buttons span').on('click', function(){
var category = $(this).attr('data-value');
$('#category').val(category);
handleDropdownChange();
$('.filter_buttons span').removeClass('active');
$(this).addClass('active');
});
});
})(jQuery);
































