티스토리 뷰

반응형
<script>
    var windowWidth = $( window ).width();
        if ( windowWidth < 400  || jQuery.browser.mobile == true) {
            alert('이 기능은 데스크탑에서만 이용가능힙니다!');
            location.href = "/";
        }
</script>
반응형
댓글