jQuery(document).ready(function(){ jQuery('.elementor-menu-toggle').click(function(){ jQuery('.elementor-menu-toggle').toggleClass('elementor-active'); });
jQuery(document).ready(function(){ if(jQuery('div.all-listings').length){ let all_listings = jQuery('div.all-listings'); let listings = all_listings.children(); listings.sort(function(){ return Math.random() - 0.5; }); listings.detach().appendTo(all_listings); } });
Scroll to Top