$(document).on('click', '.remove-category-cancel', function(){
        $(this).closest('.remove-category-content').hide(0);
    });