// JavaScript Document jQuery(document).ready(function($){ $('.nav-item.dropdown-toggle').click(function(event){ event.preventDefault(); }); $(".widget-gallery-images .widget_media_gallery > div:gt(0)").hide(); setInterval(function() { $('.widget-gallery-images .widget_media_gallery > div > figure:first') .fadeOut(1000) .next() .fadeIn(1000) .end() .appendTo('.widget-gallery-images .widget_media_gallery > div'); }, 7000); if($('.widget_sp_image').length>0){ $.each($('.widget_sp_image'), function(){ $(this).find('h3').html(''+$(this).find('h3').html()+''); }); } }); function alisoair_hbm(x) { x.classList.toggle("change"); jQuery( '.nav.mobile-menu' ).toggle(); }