On-site training helps get your team on board with the Prosper U programs. Your team will get one day of in-person training with a member of the Prosper U team to help troubleshoot and implement the program to its fullest.
Reviews
There are no reviews yet.
Be the first to review “1-Day On-Site Training” Cancel reply
jQuery(document).ready(function($) {
// When you click anywhere outside the menu or toggle, close it
$(document).on('click', function(e) {
const $menu = $('.elementor-nav-menu--dropdown, .elementor-menu-toggle');
const $toggle = $('.elementor-menu-toggle');
if (!$menu.is(e.target) && $menu.has(e.target).length === 0 && !$toggle.is(e.target)) {
if ($('body').hasClass('elementor-nav-menu--active')) {
$toggle.trigger('click'); // triggers Elementor's close action
}
}
});
});
Reviews
There are no reviews yet.