답변 1개
11년 전
tail.php 모바일바 보여질 부분에 아래 내용을 삽입하세요.
예전에 사용했던거니 조금 손봐야 될 부분이 있을테니 적당히 수정하셔 사용하세요 ^^
$(document).ready(function(){
var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson');
for (var word in mobileKeyWords){
if (navigator.userAgent.match(mobileKeyWords[word]) != null){
$("div#gotomobile").removeClass("hidemobilebar");
$("div#gotomobile").addClass("showmobilebar");
break;
}
}
});
.hidemobilebar {display:none; height:20px; }/*모바일인 경우 모바일바로가기 보이기 */
.showmobilebar {display:block; height:20px; }
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
채택
답변대기
답변대기
채택
답변대기