标签: javascript jquery google-chrome ecmascript-6 elementor
$(window).resize(function() { if (window.innerWidth < 1023) { setTimeout(location.reload.bind(location), 50); } };