https://www.jqueryscript.net/mobile/jQuery-Plugin-For-Additional-Touch-Events-On-Mobile-Devices.html

 

jQuery Plugin For Additional Touch Events On Mobile Devices

Touch Events is a jQuery plugin which provides additional touch events & callback functions on mobile devices.

www.jqueryscript.net

기존 jquery 에서는 모바일의 tap기능 구현을 하드코딩으로 구현하였는데

 

jquery모바일 event만 모아서 구현가능함

 

ex)

 

$(selector).on("doubletap",function(event){

     alert("두번탭 확인");

});

 

구현가능

반응형

+ Recent posts