src/pyams_skin/resources/js/ext/jquery-smartclick.min.js
changeset 0 bb4aabe07487
equal deleted inserted replaced
-1:000000000000 0:bb4aabe07487
       
     1 (function(a){a.fn.noClickDelay=function(){var d=this,b=this,c=false;d.bind("touchstart mousedown",function(f){f.preventDefault();c=false;b=a(f.target);if(b.nodeType==3){b=a(b.parent())}b.addClass("pressed");d.bind("touchmove mousemove",function(g){c=true;b.removeClass("pressed")});d.bind("touchend mouseup",function(g){d.unbind("mousemove touchmove");d.unbind("mouseup touchend");if(!c&&b.length){b.removeClass("pressed");b.trigger("click");b.focus()}})})}})(jQuery);