JQuery mobile을 사용하면 아래 이벤트들을 등록해서 처리할 수 있다.
사용이 간편하고 필요한 정도는 잘 만들어진것 같은데, 더블클릭, 드래그등은 식별할수 없다.
http://www.w3schools.com/jquerymobile/jquerymobile_ref_events.asp
그럴때 사용하는것이 hammer.js
이름 정말 끝내준다.. you can touch this... hammer time 되시겠다..
http://eightmedia.github.io/hammer.js/
http://web.bogdanteodoru.com/javascript/javascript-touch-event-controller/
적당히 따라하면 좀더 세부적인 이벤트 처리까지 가능하다..
'FrontEnd > JavaScript' 카테고리의 다른 글
nulll과 undefined의 차이점 (0) | 2014.01.02 |
---|---|
Ajax로 text 파일 읽기 (0) | 2013.12.27 |
IE에서 유용한 Javascript 디버거 Companion.JS (0) | 2013.12.23 |
javascript에서 array 복사 (0) | 2013.12.13 |
window, frames, window.top 이해하기.. (0) | 2013.11.20 |