');
                    });
                    
$('.nav-tabs a').eq(0).addClass('نشط');
                    $('.tab-content .tab-pane').eq(0).show();
                    
$('.nav-tabs a').click(function(event) {
                        $('.nav-tabs a').removeClass('نشط');
                        $('.tab-content .tab-pane').hide();
                        $ (هذا).addClass('نشط');
                        $($(this).attr('href')).show();
                        event.preventDefault();
                    })
                    
})();