function isMobile() { if (/(.*Android|.*iPhone|.*X11.{1}.*Linux*)/.test(navigator.userAgent)) { location.href = "/home_mobi.html"; } } isMobile(); let ww = $(window).width() if (ww < 1200) { location.href = "/home_mobi.html"; }