서브메뉴 swipe 기능 질문입니다 ㅠ
본문
안녕하세요 초보 개발자입니다.
테마 적용후 swipe 관련해 질문 드립니다ㅣ. ㅠㅠㅠ
http://sir.kr/g5_theme/249?page=2 이 테마를 적용해서 사용중인데요..
mobile에서 swipe 기능을 사용하고싶어서
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
이걸 head_sub 에 추가해주니 1차문제가
서브메뉴를 호출하는 버튼이나 닫기버튼이 2번 누른것처럼 나오네요 ㅠ
그리고
mobile head에
$(document).ready(function(){
$("body").on("swipeleft",function(){
$(this).data('toggle_enable', true);
$side_menu.show();
$side_wr.animate({"right": "0px"}, 200, function(){
iscroll_loaded();
height_update($(this));
});
});
});
$(document).ready(function(){
$("body").on("swiperight",function(){
remove_side_data();
});
});
이것을 추가해서 사용하니
swipe가 될때가 있고 안될때가 있네요 ㅠㅠㅠ
뭐가 문제인지 몰라서 여쭤봅니다 ㅠㅠ
고수님들 답변 부탁드리겠습니다..
임시공휴일이라서 많이들 쉬고있으시려나요 ...
전 출근이라 ㅠㅠㅠㅠㅠㅠ
답변을 작성하시기 전에 로그인 해주세요.