# fingerJS **Repository Path**: mhyf/fingerJS ## Basic Information - **Project Name**: fingerJS - **Description**: 移动端触摸时间 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-04 - **Last Updated**: 2025-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fingerJS A library for touch event on you device ## version 0.0.1 ## event type `tap` `longtap` `swipe` `drag` ## useage import the js file add a event listener fingerJS.on('#tap','tap',function(e) { // do something });