src/ztfy/myams/resources/js/ext/jquery-smartclick.min.js
changeset 0 8a19e25e39e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/resources/js/ext/jquery-smartclick.min.js	Wed May 07 10:36:24 2014 +0200
@@ -0,0 +1,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);
\ No newline at end of file