| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/leoreno.fr/wp-content/plugins/buildexo-plugin/assets/js/ |
Upload File : |
(function($) {
"use strict";
var theme_carousel_js = function($scope, $) {
let thmOwlCarousels = $(".thm-owl__carousel");
if (thmOwlCarousels.length) {
thmOwlCarousels.each(function () {
let elm = $(this);
let options = elm.data("owl-options");
let thmOwlCarousel = elm.owlCarousel(
"object" === typeof options ? options : JSON.parse(options)
);
});
}
let thmOwlNavCarousels = $(".thm-owl__carousel--custom-nav");
if (thmOwlNavCarousels.length) {
thmOwlNavCarousels.each(function () {
let elm = $(this);
let owlNavPrev = elm.data("owl-nav-prev");
let owlNavNext = elm.data("owl-nav-next");
$(owlNavPrev).on("click", function (e) {
elm.trigger("prev.owl.carousel");
e.preventDefault();
});
$(owlNavNext).on("click", function (e) {
elm.trigger("next.owl.carousel");
e.preventDefault();
});
});
}
};
$(window).on('elementor/frontend/init', function () {
elementorFrontend.hooks.addAction('frontend/element_ready/turner_our_services_2.default', theme_carousel_js);
});
})(window.jQuery);