if (navigator.userAgent.match(/iPad/) == null && navigator.userAgent.match(/iPhone|Mobile|UP.Browser|Android|BlackBerry|Windows CE|Nokia|webOS|Opera Mini|SonyEricsson|opera mobi|Windows Phone|IEMobile|POLARIS/) != null){
location.href = "/m_index";
}
'Client Standard > JavaScript & jQuery' 카테고리의 다른 글
[API] jQuery select box (0) | 2014.08.22 |
---|---|
[jQuery] 이메일 창 활성화 / 비활성화 (0) | 2014.05.30 |
[multi file upload] 업로드시 input file Add (0) | 2014.02.21 |
[jQuery] Input[type=text] Enter 키 누르면 함수호출 (0) | 2014.01.03 |
[Search] 검색 onkeypress 속성 (0) | 2013.12.10 |