This video authenticates the festive events of the graduation ceremony of the eighth batch of the faculty of medicine (Libyan International Medical University). Which was organized on Saturday morning, 1st of October 2022 at the venecia hall in the city of Benghazi. Watch the full video here.
(function($){
// wait for Elementor’s frontend to be ready
$(window).on('elementor/frontend/init', function() {
// when any Accordion widget renders…
elementorFrontend.hooks.addAction(
'frontend/element_ready/accordion.default',
function($scope) {
// loop its panels
$scope.find('.elementor-accordion-item').each(function() {
var $panel = $(this);
// if this panel contains an active menu link…
if ( $panel.find('.elementor-nav-menu .current-menu-item').length ) {
// “click” its header to open it
$panel.find('.elementor-accordion-title').trigger('click');
}
});
}
);
});
})(jQuery);