jquery-simpletouchlibrary

The Library is based out of jquery v1.11.1 and supports simple tap in mobile browsers

How to use

$('selector').bindEvents({'tap': function(){
      //callback
    }
});